/Fe not /Fo.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user