/Fe not /Fo.

This commit is contained in:
n-a-c-h
2005-06-03 01:57:50 +00:00
parent 229c2a85ea
commit 9c86b7fa1e
2 changed files with 2 additions and 2 deletions

View File

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