Fixed MSVC's bizare requirements to use C++.

This commit is contained in:
n-a-c-h
2005-06-03 01:38:16 +00:00
parent 925c2ea53f
commit ef61f9c577

View File

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