Fixed MSVC's bizare requirements to use C++.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user