$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: oryol_at_[hidden]
Date: 2007-09-11 23:51:21
Author: jeremypack
Date: 2007-09-11 23:51:20 EDT (Tue, 11 Sep 2007)
New Revision: 39202
URL: http://svn.boost.org/trac/boost/changeset/39202
Log:
Remove library dependencies for easier portability.
Text files modified: 
   sandbox/libs/extension/test/Jamfile.v2  |     2 --                                      
   sandbox/libs/reflection/test/Jamfile.v2 |     1 -                                       
   2 files changed, 0 insertions(+), 3 deletions(-)
Modified: sandbox/libs/extension/test/Jamfile.v2
==============================================================================
--- sandbox/libs/extension/test/Jamfile.v2	(original)
+++ sandbox/libs/extension/test/Jamfile.v2	2007-09-11 23:51:20 EDT (Tue, 11 Sep 2007)
@@ -18,8 +18,6 @@
       <include>$(BOOST_ROOT)
       <define>BOOST_TEST_NO_AUTO_LINK=1
       <toolset>gcc:<define>BOOST_TEST_DYN_LINK
-      <toolset>gcc:<find-static-library>boost_filesystem
-      <toolset>gcc:<find-static-library>boost_unit_test_framework
       <toolset>gcc:<find-static-library>dl
       <toolset>darwin:<define>DYLD_LIBRARY_PATH=../bin/
     :
Modified: sandbox/libs/reflection/test/Jamfile.v2
==============================================================================
--- sandbox/libs/reflection/test/Jamfile.v2	(original)
+++ sandbox/libs/reflection/test/Jamfile.v2	2007-09-11 23:51:20 EDT (Tue, 11 Sep 2007)
@@ -18,7 +18,6 @@
       <include>$(BOOST_ROOT)
       <define>BOOST_TEST_NO_AUTO_LINK=1
       <toolset>gcc:<define>BOOST_TEST_DYN_LINK
-      <toolset>gcc:<find-static-library>boost_unit_test_framework
       <toolset>gcc:<find-static-library>dl
       <toolset>darwin:<define>DYLD_LIBRARY_PATH=../bin/
     :