$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: bdawes_at_[hidden]
Date: 2007-09-10 22:07:50
Author: bemandawes
Date: 2007-09-10 22:07:50 EDT (Mon, 10 Sep 2007)
New Revision: 39188
URL: http://svn.boost.org/trac/boost/changeset/39188
Log:
Ha! Finally figured out how to shut off msvc exception switch warning. Also fix define misspelling.
Text files modified: 
   trunk/libs/system/test/Jamfile.v2 |     3 ++-                                     
   1 files changed, 2 insertions(+), 1 deletions(-)
Modified: trunk/libs/system/test/Jamfile.v2
==============================================================================
--- trunk/libs/system/test/Jamfile.v2	(original)
+++ trunk/libs/system/test/Jamfile.v2	2007-09-10 22:07:50 EDT (Mon, 10 Sep 2007)
@@ -11,6 +11,7 @@
     : requirements
       <library>/boost/system//boost_system
       <define>BOOST_ALL_NO_LIB
+      <toolset>msvc:<asynch-exceptions>on
     ;
 
    test-suite "system"
@@ -31,7 +32,7 @@
                  : error_code_user_test_dll
          ]
          [ run system_error_test.cpp
-           :  :  : <define>BOOST_ESYSTEM_STATIC_LINK 
+           :  :  : <define>BOOST_SYSTEM_STATIC_LINK 
                    <runtime-link>static <link>static
          ]
          [ run system_error_test.cpp