Ha! Finally figured out how to shut off msvc exception switch warning. Also fix define misspelling.

[SVN r39188]
This commit is contained in:
Beman Dawes
2007-09-11 02:07:50 +00:00
parent 7f66a1ea0f
commit 0af65ce63f

View File

@@ -11,6 +11,7 @@ project
: requirements : requirements
<library>/boost/system//boost_system <library>/boost/system//boost_system
<define>BOOST_ALL_NO_LIB <define>BOOST_ALL_NO_LIB
<toolset>msvc:<asynch-exceptions>on
; ;
test-suite "system" test-suite "system"
@@ -31,7 +32,7 @@ project
: error_code_user_test_dll : error_code_user_test_dll
] ]
[ run system_error_test.cpp [ run system_error_test.cpp
: : : <define>BOOST_ESYSTEM_STATIC_LINK : : : <define>BOOST_SYSTEM_STATIC_LINK
<runtime-link>static <link>static <runtime-link>static <link>static
] ]
[ run system_error_test.cpp [ run system_error_test.cpp