--- parser3/src/targets/apache13/Attic/ApacheModuleParser3.dsp 2001/10/12 12:15:32 1.3 +++ parser3/src/targets/apache13/Attic/ApacheModuleParser3.dsp 2001/10/16 08:02:55 1.4 @@ -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 \