--- parser3/src/classes/Attic/classes.dsp 2001/10/09 14:25:30 1.6 +++ parser3/src/classes/Attic/classes.dsp 2001/10/16 08:02:54 1.8 @@ -41,7 +41,7 @@ RSC=rc.exe # PROP Intermediate_Dir "Release" # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "gd" /I "..\include" /I "..\types" /I "..\pcre" /I "..\sql" /I "xalan-patched" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c +# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "gd" /I "..\include" /I "..\types" /I "..\pcre" /I "..\sql" /I "xalan-patched" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /FD /TP /c # SUBTRACT CPP /YX # ADD BASE RSC /l 0x419 /d "NDEBUG" # ADD RSC /l 0x419 /d "NDEBUG" @@ -212,11 +212,11 @@ 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 \ + REN ident.C ident.C.old >nul 2>&1 \ %tools%\cat *.awk *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=classes >> 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 \ + 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 \ @@ -235,11 +235,11 @@ 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 \ + REN ident.C ident.C.old >nul 2>&1 \ %tools%\cat *.awk *.h *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=classes >> 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 \ + 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 \