Diff for /parser3/src/targets/cgi/Attic/parser3.dsp between versions 1.10 and 1.30

version 1.10, 2001/03/21 14:06:52 version 1.30, 2001/09/27 07:26:27
Line 23  CFG=parser3 - Win32 Debug Line 23  CFG=parser3 - Win32 Debug
   
 # Begin Project  # Begin Project
 # PROP AllowPerConfigDependencies 0  # PROP AllowPerConfigDependencies 0
 # PROP Scc_ProjName ""  # PROP Scc_ProjName "parser3"
 # PROP Scc_LocalPath ""  # PROP Scc_LocalPath "."
 CPP=cl.exe  CPP=cl.exe
 RSC=rc.exe  RSC=rc.exe
   
Line 39  RSC=rc.exe Line 39  RSC=rc.exe
 # PROP Use_Debug_Libraries 0  # PROP Use_Debug_Libraries 0
 # PROP Output_Dir "Release"  # PROP Output_Dir "Release"
 # PROP Intermediate_Dir "Release"  # PROP Intermediate_Dir "Release"
   # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""  # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c  # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
 # ADD CPP /nologo /MD /W3 /O2 /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /FD /TP /c  # ADD CPP /nologo /MD /W3 /vmg /GX /O2 /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /FD /TP /c
 # SUBTRACT CPP /YX  
 # ADD BASE RSC /l 0x419 /d "NDEBUG"  # ADD BASE RSC /l 0x419 /d "NDEBUG"
 # ADD RSC /l 0x419 /d "NDEBUG"  # ADD RSC /l 0x419 /d "NDEBUG"
 BSC32=bscmake.exe  BSC32=bscmake.exe
Line 50  BSC32=bscmake.exe Line 50  BSC32=bscmake.exe
 # ADD BSC32 /nologo  # ADD BSC32 /nologo
 LINK32=link.exe  LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386  # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /machine:I386 /out:"Y:\parser3\src\www\cgi-bin\parser3.exe"
   
 !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"  !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
   
Line 66  LINK32=link.exe Line 66  LINK32=link.exe
 # PROP Ignore_Export_Lib 0  # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""  # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c  # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
 # ADD CPP /nologo /MTd /W3 /Gm /Zi /Od /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /FD /TP /GZ /c  # ADD CPP /nologo /MDd /W3 /Gm /vmg /GX /Zi /Od /I "..\.." /I "..\..\types" /I "..\..\include" /I "..\..\classes" /I "..\..\sql" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /FD /TP /GZ /c
 # SUBTRACT CPP /Fr /YX  
 # ADD BASE RSC /l 0x419 /d "_DEBUG"  # ADD BASE RSC /l 0x419 /d "_DEBUG"
 # ADD RSC /l 0x419 /d "_DEBUG"  # ADD RSC /l 0x419 /d "_DEBUG"
 BSC32=bscmake.exe  BSC32=bscmake.exe
Line 75  BSC32=bscmake.exe Line 74  BSC32=bscmake.exe
 # ADD BSC32 /nologo  # ADD BSC32 /nologo
 LINK32=link.exe  LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept  # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
 # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /out:"Y:\parser3\src\www\cgi-bin\parser3.exe" /pdbtype:sept  # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib /nologo /subsystem:console /debug /machine:I386 /out:"Y:\parser3project\parser3\src\www\cgi-bin\parser3.exe" /pdbtype:sept
   
 !ENDIF   !ENDIF 
   
Line 83  LINK32=link.exe Line 82  LINK32=link.exe
   
 # Name "parser3 - Win32 Release"  # Name "parser3 - Win32 Release"
 # Name "parser3 - Win32 Debug"  # Name "parser3 - Win32 Debug"
 # Begin Group "include"  # Begin Group "ident"
   
 # PROP Default_Filter "h;hpp;hxx;hm;inl"  # PROP Default_Filter ""
 # Begin Source File  # Begin Source File
   
 SOURCE=..\..\include\pa_globals.h  SOURCE=..\..\ident.awk
   
   !IF  "$(CFG)" == "parser3 - Win32 Release"
   
   # Begin Custom Build - Up-to-dating ident.C...
   InputPath=..\..\ident.awk
   
   BuildCmds= \
           SET tools=\parser3project\win32tools \
           ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
           REN ident.C ident.C.old \
           %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new \
           REN ident.C.old ident.C \
           %tools%\diff ident.C ident.C.new \
           IF ERRORLEVEL 1 COPY ident.C.new ident.C \
           %tools%\touch 0101000001 ident.C.new \
           
   
   "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
   
   "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
   # End Custom Build
   
   !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
   
   # Begin Custom Build - Up-to-dating ident.C...
   InputPath=..\..\ident.awk
   
   BuildCmds= \
           SET tools=\parser3project\win32tools \
           ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
           REN ident.C ident.C.old \
           %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new \
           REN ident.C.old ident.C \
           %tools%\diff ident.C ident.C.new \
           IF ERRORLEVEL 1 COPY ident.C.new ident.C \
           %tools%\touch 0101000001 ident.C.new \
           
   
   "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
   
   "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
   # End Custom Build
   
   !ENDIF 
   
 # End Source File  # End Source File
 # End Group  # Begin Source File
 # Begin Group "targets"  
   
 # PROP Default_Filter "C;cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"  SOURCE=.\ident.C
   # End Source File
   # Begin Source File
   
   SOURCE=.\ident.C.new
   # End Source File
   # End Group
 # Begin Source File  # Begin Source File
   
 SOURCE=.\pa_pool.C  SOURCE=.\pa_pool.C
 # End Source File  # End Source File
 # Begin Source File  # Begin Source File
   
   SOURCE=.\pa_threads.C
   # End Source File
   # Begin Source File
   
 SOURCE=.\parser3.C  SOURCE=.\parser3.C
 # End Source File  # End Source File
 # End Group  
 # End Target  # End Target
 # End Project  # End Project

Removed from v.1.10  
changed lines
  Added in v.1.30


E-mail: