--- parser3/src/classes/Attic/classes.dsp 2001/10/12 12:15:32 1.7 +++ parser3/src/classes/Attic/classes.dsp 2001/10/16 08:02:54 1.8 @@ -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 \