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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user