From 53468284883030fff8667fee67c3ba73b8f2c260 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Fri, 30 Oct 2009 20:06:00 +0000 Subject: tests: Minor fixes, added autotest script git-svn-id: http://pugixml.googlecode.com/svn/trunk@196 99668b35-9821-0410-8761-19e4c4f06640 --- Jamrules.jam | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Jamrules.jam') diff --git a/Jamrules.jam b/Jamrules.jam index 307e192..ed9c32c 100644 --- a/Jamrules.jam +++ b/Jamrules.jam @@ -64,6 +64,11 @@ else if ( $(toolset:I=^msvc) ) { CCFLAGS += /EHsc ; } + else if ( $(toolset) = "msvc6" || $(toolset) = "msvc71" ) + { + # No no-exception STL in MSVC6, buggy no-exception STL in MSVC71 + CCFLAGS += /EHsc ; + } else { CCFLAGS += /D_HAS_EXCEPTIONS=0 ; -- cgit v1.2.3