Stops supporting MSVC 7.1 with exceptions disabled.

This commit is contained in:
zhanyong.wan
2009-12-14 19:14:04 +00:00
parent 44bafcb62d
commit 3508784108
2 changed files with 5 additions and 0 deletions

View File

@@ -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)