Diff for /parser3/src/targets/cgi/Attic/parser3.dsp between versions 1.29 and 1.35

version 1.29, 2001/09/26 10:32:26 version 1.35, 2001/10/22 17:16:14
Line 42  RSC=rc.exe Line 42  RSC=rc.exe
 # PROP Ignore_Export_Lib 0  # 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 /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  # ADD CPP /nologo /MD /W3 /vmg /GX /Zi /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
 # 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 wsock32.lib /nologo /subsystem:console /machine:I386 /out:"Y:\parser3\src\www\cgi-bin\parser3.exe"  # 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:\parser3project\parser3\src\www\cgi-bin\parser3.exe"
   
 !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"  !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
   
Line 91  SOURCE=..\..\ident.awk Line 91  SOURCE=..\..\ident.awk
   
 !IF  "$(CFG)" == "parser3 - Win32 Release"  !IF  "$(CFG)" == "parser3 - Win32 Release"
   
 # Begin Custom Build - Collecting $Id$, creating ident.C...  # Begin Custom Build - Up-to-dating ident.C...
 InputPath=..\..\ident.awk  InputPath=..\..\ident.awk
   
 "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  BuildCmds= \
         SET tools=\parser3project\win32tools           SET tools=\parser3project\win32tools \
         DEL ident.C           ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
         ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new           REN ident.C ident.C.old  >nul 2>&1 \
         %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new           %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new \
         %tools%\touch 0101000001 ident.C.new           REN ident.C.old ident.C  >nul 2>&1 \
         REN ident.C.new ident.C           %tools%\diff ident.C ident.C.new  >nul 2>&1 \
           IF ERRORLEVEL 1 COPY ident.C.new ident.C  >nul 2>&1 \
           %tools%\touch 0101000001 ident.C.new \
                   
   
   "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
   
   "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
 # End Custom Build  # End Custom Build
   
 !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"  !ELSEIF  "$(CFG)" == "parser3 - Win32 Debug"
   
 # Begin Custom Build - Collecting $Id$, creating ident.C...  # Begin Custom Build - Up-to-dating ident.C...
 InputPath=..\..\ident.awk  InputPath=..\..\ident.awk
   
 "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"  BuildCmds= \
         SET tools=\parser3project\win32tools           SET tools=\parser3project\win32tools \
         DEL ident.C           ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new \
         ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new           REN ident.C ident.C.old  >nul 2>&1 \
         %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new           %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3 >> ident.C.new \
         %tools%\touch 0101000001 ident.C.new           REN ident.C.old ident.C  >nul 2>&1 \
         REN ident.C.new ident.C           %tools%\diff ident.C ident.C.new  >nul 2>&1 \
           IF ERRORLEVEL 1 COPY ident.C.new ident.C  >nul 2>&1 \
           %tools%\touch 0101000001 ident.C.new \
                   
   
   "ident.C.new" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
   
   "ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
      $(BuildCmds)
 # End Custom Build  # End Custom Build
   
 !ENDIF   !ENDIF 
Line 126  InputPath=..\..\ident.awk Line 142  InputPath=..\..\ident.awk
   
 SOURCE=.\ident.C  SOURCE=.\ident.C
 # End Source File  # End Source File
   # Begin Source File
   
   SOURCE=.\ident.C.new
   # End Source File
   # End Group
   # Begin Group "libs debug"
   
   # PROP Default_Filter ""
   # Begin Source File
   
   SOURCE=..\..\..\..\win32db\lib\debug\libdb.lib
   # PROP Exclude_From_Build 1
   # End Source File
   # End Group
   # Begin Group "libs release"
   
   # PROP Default_Filter ""
   # Begin Source File
   
   SOURCE=..\..\..\..\win32db\lib\release\libdb.lib
   # End Source File
 # End Group  # End Group
 # Begin Source File  # Begin Source File
   
Line 139  SOURCE=.\pa_threads.C Line 176  SOURCE=.\pa_threads.C
   
 SOURCE=.\parser3.C  SOURCE=.\parser3.C
 # End Source File  # End Source File
   # Begin Source File
   
   SOURCE=.\pool_storage.h
   # End Source File
 # End Target  # End Target
 # End Project  # End Project

Removed from v.1.29  
changed lines
  Added in v.1.35


E-mail: