Diff for /parser3/src/targets/isapi/Attic/parser3isapi.dsp between versions 1.39 and 1.41.12.1

version 1.39, 2002/06/24 13:06:40 version 1.41.12.1, 2003/02/19 16:19:01
Line 57  LINK32=link.exe Line 57  LINK32=link.exe
 # Begin Special Build Tool  # Begin Special Build Tool
 SOURCE="$(InputPath)"  SOURCE="$(InputPath)"
 PreLink_Desc=Stopping inetinfo...  PreLink_Desc=Stopping inetinfo...
 PreLink_Cmds=CD \parser3project\win32\tools     istop  PreLink_Cmds=CD \parser3project\win32\tools     istop   dir>nul
 PostBuild_Desc=Starting inetinfo...  PostBuild_Desc=Starting inetinfo...
 PostBuild_Cmds=CD \parser3project\win32\tools   istart  PostBuild_Cmds=CD \parser3project\win32\tools   istart  dir>nul
 # End Special Build Tool  # End Special Build Tool
   
 !ELSEIF  "$(CFG)" == "parser3isapi - Win32 Debug"  !ELSEIF  "$(CFG)" == "parser3isapi - Win32 Debug"
Line 86  BSC32=bscmake.exe Line 86  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 /nologo /dll /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 /nologo /dll /debug /machine:I386 /pdbtype:sept
 # ADD LINK32 wsock32.lib /nologo /dll /debug /machine:I386 /out:"W:\nestle\parser3\parser3isapi.dll" /pdbtype:sept  # ADD LINK32 wsock32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
 # Begin Special Build Tool  # Begin Special Build Tool
 SOURCE="$(InputPath)"  SOURCE="$(InputPath)"
 PreLink_Desc=Stopping inetinfo...  PreLink_Desc=Stopping inetinfo...
 PreLink_Cmds=CD \parser3project\win32\tools     istop  PreLink_Cmds=CD \parser3project\win32\tools     istop   dir>nul
 PostBuild_Desc=Starting inetinfo...  PostBuild_Desc=Starting inetinfo...
 PostBuild_Cmds=CD \parser3project\win32\tools   istart  PostBuild_Cmds=CD \parser3project\win32\tools   istart  dir>nul
 # End Special Build Tool  # End Special Build Tool
   
 !ENDIF   !ENDIF 
Line 101  PostBuild_Cmds=CD \parser3project\win32\ Line 101  PostBuild_Cmds=CD \parser3project\win32\
   
 # Name "parser3isapi - Win32 Release"  # Name "parser3isapi - Win32 Release"
 # Name "parser3isapi - Win32 Debug"  # Name "parser3isapi - Win32 Debug"
 # Begin Group "ident"  
   
 # PROP Default_Filter ""  
 # Begin Source File  
   
 SOURCE=..\..\ident.awk  
   
 !IF  "$(CFG)" == "parser3isapi - Win32 Release"  
   
 # Begin Custom Build - Up-to-dating ident.C...  
 InputPath=..\..\ident.awk  
   
 BuildCmds= \  
         SET tools=\parser3project\win32\tools \  
         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=parser3isapi >> ident.C.new \  
         REN ident.C.old ident.C  >nul 2>&1 \  
         %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  
   
 !ELSEIF  "$(CFG)" == "parser3isapi - Win32 Debug"  
   
 # Begin Custom Build - Up-to-dating ident.C...  
 InputPath=..\..\ident.awk  
   
 BuildCmds= \  
         SET tools=\parser3project\win32\tools \  
         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=parser3isapi >> ident.C.new \  
         REN ident.C.old ident.C  >nul 2>&1 \  
         %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  
   
 !ENDIF   
   
 # End Source File  
 # Begin Source File  
   
 SOURCE=.\ident.C  
 # End Source File  
 # Begin Source File  
   
 SOURCE=.\ident.C.new  
 # End Source File  
 # End Group  
 # Begin Source File  
   
 SOURCE=.\pa_pool.C  
 # End Source File  
 # Begin Source File  # Begin Source File
   
 SOURCE=.\pa_threads.C  SOURCE=.\pa_threads.C
Line 193  SOURCE=.\parser3isapi.C Line 124  SOURCE=.\parser3isapi.C
   
 SOURCE=.\parser3isapi.def  SOURCE=.\parser3isapi.def
 # 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.39  
changed lines
  Added in v.1.41.12.1


E-mail: