summaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-12-14 19:14:04 (GMT)
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-12-14 19:14:04 (GMT)
commit3508784108a38d673a0c7d14c897e7a51b2a7e36 (patch)
treefe0e52fe02334101e8675e70e79806aec8b440a7 /scons
parent44bafcb62d0f33fbc9aafb5492b245c949850df8 (diff)
downloadgoogletest-3508784108a38d673a0c7d14c897e7a51b2a7e36.zip
googletest-3508784108a38d673a0c7d14c897e7a51b2a7e36.tar.gz
googletest-3508784108a38d673a0c7d14c897e7a51b2a7e36.tar.bz2
Stops supporting MSVC 7.1 with exceptions disabled.
Diffstat (limited to 'scons')
-rw-r--r--scons/SConstruct.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/scons/SConstruct.common b/scons/SConstruct.common
index ed896d0..3f9d9ca 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)