--- parser3/src/classes/Attic/classes.dsp 2001/10/12 12:15:32 1.7 +++ parser3/src/classes/Attic/classes.dsp 2001/10/17 15:44:47 1.9 @@ -142,6 +142,19 @@ SOURCE=.\hash.C # End Source File # Begin Source File +SOURCE=.\hashfile.C + +!IF "$(CFG)" == "classes - Win32 Release" + +!ELSEIF "$(CFG)" == "classes - Win32 Debug" + +# PROP Exclude_From_Build 1 + +!ENDIF + +# End Source File +# Begin Source File + SOURCE=.\image.C # End Source File # Begin Source File @@ -212,11 +225,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 +248,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 \