Fixed MSVC's bizare requirements to use C++.
This commit is contained in:
@@ -374,7 +374,7 @@ ${OBJFIX}: $<
|
||||
endif
|
||||
${PSR}: $<
|
||||
ifeq (${ENV},msvc)
|
||||
cl /Fo$@ parsegen.cpp
|
||||
cl /EHsc /Fo$@ parsegen.cpp
|
||||
else
|
||||
ifeq (${ENV},dos)
|
||||
gpp -O3 -o $@ parsegen.cpp
|
||||
|
||||
Reference in New Issue
Block a user