Index: libs/test/build/Jamfile.v2 =================================================================== RCS file: /cvsroot/boost/boost/libs/test/build/Jamfile.v2,v retrieving revision 1.11 diff -u -r1.11 Jamfile.v2 --- libs/test/build/Jamfile.v2 17 Apr 2006 09:39:56 -0000 1.11 +++ libs/test/build/Jamfile.v2 8 Nov 2006 19:19:55 -0000 @@ -7,9 +7,20 @@ project boost/test : source-location ../src : requirements BOOST_TEST_NO_AUTO_LINK=1 - NT:static + + shared:BOOST_TEST_DYN_LINK=1 + # Disable Warning about boost::noncopyable not being exported + shared,msvc:-wd4275 + msvc:on borland:-w-8080 + : usage-requirements + BOOST_TEST_NO_AUTO_LINK=1 + + shared:BOOST_TEST_DYN_LINK=1 + + # Disable Warning about boost::noncopyable not being exported + shared,msvc:-wd4275 ; PRG_EXEC_MON_SOURCES = @@ -66,4 +77,4 @@ alias minimal : : : : msvc:on - ; \ No newline at end of file + ;