Make sure MSVC knows it's running on Windows. Have MSVC clean up it's worthless object files after itself.

This commit is contained in:
n-a-c-h
2005-07-11 17:45:41 +00:00
parent d5053f4461
commit dba28a70f0
2 changed files with 10 additions and 8 deletions

View File

@@ -377,6 +377,7 @@ endif
${PSR}: $<
ifeq (${ENV},msvc)
cl /EHsc /Fe$@ parsegen.cpp
${DELETECOMMAND} parsegen.obj
else
ifeq (${ENV},dos)
gpp -O3 -o $@ parsegen.cpp