From 0af65ce63f0874e09c3cdbb2f2a74f232332b848 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Tue, 11 Sep 2007 02:07:50 +0000 Subject: [PATCH] Ha! Finally figured out how to shut off msvc exception switch warning. Also fix define misspelling. [SVN r39188] --- test/Jamfile.v2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Jamfile.v2 b/test/Jamfile.v2 index 2aa6899..aff67fb 100644 --- a/test/Jamfile.v2 +++ b/test/Jamfile.v2 @@ -11,6 +11,7 @@ project : requirements /boost/system//boost_system BOOST_ALL_NO_LIB + msvc:on ; test-suite "system" @@ -31,7 +32,7 @@ project : error_code_user_test_dll ] [ run system_error_test.cpp - : : : BOOST_ESYSTEM_STATIC_LINK + : : : BOOST_SYSTEM_STATIC_LINK static static ] [ run system_error_test.cpp