--- parser3/src/targets/apache13/Attic/ApacheModuleParser3.dsp 2001/10/11 09:52:58 1.2 +++ parser3/src/targets/apache13/Attic/ApacheModuleParser3.dsp 2001/10/27 10:31:10 1.7 @@ -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" /c -# ADD CPP /nologo /MD /W3 /GX /O2 /I "..\..\sql" /I "..\..\include" /I "..\.." /I "..\..\types" /I "..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c +# ADD CPP /nologo /MD /W3 /GX /Zi /O2 /I "..\..\sql" /I "..\..\include" /I "..\.." /I "..\..\types" /I "..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c # ADD BASE MTL /nologo /D "NDEBUG" /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE RSC /l 0x809 /d "NDEBUG" @@ -77,7 +77,7 @@ PostBuild_Cmds=net start apache_release # PROP Ignore_Export_Lib 1 # PROP Target_Dir "" # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /c -# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\sql" /I "..\..\include" /I "..\.." /I "..\..\types" /I "..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c +# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\sql" /I "..\..\include" /I "..\.." /I "..\..\types" /I "..\..\classes" /I "\parser3project\win32xml\xml-xerces\c\src" /I "\parser3project\win32xml\xml-xalan\c\src" /I "\parser3project\win32apache13\src\include" /I "\parser3project\win32apache13\src\os\win32" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "SHARED_MODULE" /FD /TP /c # SUBTRACT CPP /YX # ADD BASE MTL /nologo /D "_DEBUG" /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 @@ -119,11 +119,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 \ - %tools%\cat ../../*/*/*.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> 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 ident.C.old >nul 2>&1 \ + %tools%\cat *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> 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 \ @@ -142,11 +142,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 *.C | %tools%\gawk -f \parser3project\parser3\src\ident.awk -v project=ApacheModuleParser3 >> 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 \