/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 endif
${PSR}: $< ${PSR}: $<
ifeq (${ENV},msvc) ifeq (${ENV},msvc)
cl /EHsc /Fo$@ parsegen.cpp cl /EHsc /Fe$@ parsegen.cpp
else else
ifeq (${ENV},dos) ifeq (${ENV},dos)
gpp -O3 -o $@ parsegen.cpp gpp -O3 -o $@ parsegen.cpp

View File

@@ -254,7 +254,7 @@ ssize_t enhanced_atoi(const char *str)
out_stream.close(); out_stream.close();
#ifndef __GNUC__ //MSVC #ifndef __GNUC__ //MSVC
system("cl /Foeatio.exe eatio.c"); system("cl /Feeatio.exe eatio.c");
#else #else
system("gcc -o eatio.exe eatio.c -s"); system("gcc -o eatio.exe eatio.c -s");
#endif #endif