From ef61f9c5770145d90d3610fb7b1ac0c7bf74ecd4 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Fri, 3 Jun 2005 01:38:16 +0000 Subject: [PATCH] Fixed MSVC's bizare requirements to use C++. --- zsnes/src/makefile.ms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/makefile.ms b/zsnes/src/makefile.ms index 4e9f4628..2735b883 100644 --- a/zsnes/src/makefile.ms +++ b/zsnes/src/makefile.ms @@ -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