--- parser3/src/targets/isapi/Attic/parser3isapi.dsp 2001/09/26 10:32:26 1.22 +++ parser3/src/targets/isapi/Attic/parser3isapi.dsp 2001/10/16 08:02:55 1.26 @@ -43,7 +43,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "PARSER3ISAPI_EXPORTS" /Yu"stdafx.h" /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\..\..\sql" /I "..\..\..\..\include" /I "..\..\..\.." /I "..\..\..\..\types" /I "..\..\..\..\classes" /I "..\..\.." /I "..\..\types" /I "..\..\sql" /I "..\..\include" /I "..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /D "WIN32" /FD /TP /c +# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\..\..\sql" /I "..\..\..\..\include" /I "..\..\..\.." /I "..\..\..\..\types" /I "..\..\..\..\classes" /I "..\..\.." /I "..\..\types" /I "..\..\sql" /I "..\..\include" /I "..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /D "WIN32" /FD /TP /c # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x419 /d "NDEBUG" @@ -103,32 +103,48 @@ SOURCE=..\..\ident.awk !IF "$(CFG)" == "parser3isapi - Win32 Release" -# Begin Custom Build - Collecting $Id: parser3isapi.dsp,v 1.22 2001/09/26 10:32:26 parser Exp $, creating ident.C... +# Begin Custom Build - Up-to-dating ident.C... InputPath=..\..\ident.awk -"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - SET tools=\parser3project\win32tools - DEL ident.C - ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new - %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3isapi >> ident.C.new - %tools%\touch 0101000001 ident.C.new - REN ident.C.new ident.C +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 >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 - Collecting $Id: parser3isapi.dsp,v 1.22 2001/09/26 10:32:26 parser Exp $, creating ident.C... +# Begin Custom Build - Up-to-dating ident.C... InputPath=..\..\ident.awk -"ident.C" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)" - SET tools=\parser3project\win32tools - DEL ident.C - ECHO // do not edit. autogenerated by .dsp, see ident.awk settings > ident.C.new - %tools%\cat *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=parser3isapi >> ident.C.new - %tools%\touch 0101000001 ident.C.new - REN ident.C.new ident.C +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 >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 @@ -138,6 +154,10 @@ InputPath=..\..\ident.awk SOURCE=.\ident.C # End Source File +# Begin Source File + +SOURCE=.\ident.C.new +# End Source File # End Group # Begin Source File