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 <define>BOOST_TEST_NO_AUTO_LINK=1
-                   <os>NT:<link>static
+
+        <link>shared:<define>BOOST_TEST_DYN_LINK=1
+        # Disable Warning about boost::noncopyable not being exported
+        <link>shared,<toolset>msvc:<cxxflags>-wd4275
+
                    <toolset>msvc:<asynch-exceptions>on
                    <toolset>borland:<cxxflags>-w-8080
+    : usage-requirements
+        <define>BOOST_TEST_NO_AUTO_LINK=1
+
+        <link>shared:<define>BOOST_TEST_DYN_LINK=1
+
+        # Disable Warning about boost::noncopyable not being exported
+        <link>shared,<toolset>msvc:<cxxflags>-wd4275
     ;
 
 PRG_EXEC_MON_SOURCES =
@@ -66,4 +77,4 @@
 
 alias minimal : : : :
                    <toolset>msvc:<asynch-exceptions>on
-       ;
\ No newline at end of file
+       ;
