forked from boostorg/system
Ha! Finally figured out how to shut off msvc exception switch warning. Also fix define misspelling.
[SVN r39188]
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user