From 3508784108a38d673a0c7d14c897e7a51b2a7e36 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Mon, 14 Dec 2009 19:14:04 +0000 Subject: Stops supporting MSVC 7.1 with exceptions disabled. --- scons/SConstruct.common | 1 + 1 file changed, 1 insertion(+) (limited to 'scons/SConstruct.common') diff --git a/scons/SConstruct.common b/scons/SConstruct.common index ed896d09..3f9d9ca0 100644 --- a/scons/SConstruct.common +++ b/scons/SConstruct.common @@ -117,6 +117,7 @@ class SConstructHelper: 'STRICT', 'WIN32_LEAN_AND_MEAN', '_HAS_EXCEPTIONS=0', + 'GTEST_ALLOW_VC71_WITHOUT_EXCEPTIONS_=1', ], LIBPATH=['#/$MAIN_DIR/lib'], LINKFLAGS=['-MACHINE:x86', # Enable safe SEH (not supp. on x64) -- cgit v1.2.3