$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r72783 - in sandbox/odeint/branches/karsten: . libs/numeric/odeint/test
From: mario.mulansky_at_[hidden]
Date: 2011-06-28 08:01:02
Author: mariomulansky
Date: 2011-06-28 08:01:01 EDT (Tue, 28 Jun 2011)
New Revision: 72783
URL: http://svn.boost.org/trac/boost/changeset/72783
Log:
reconfigured bjam for windows
Text files modified: 
   sandbox/odeint/branches/karsten/Jamroot                          |     9 ++++++---                               
   sandbox/odeint/branches/karsten/libs/numeric/odeint/test/Jamfile |     5 +++--                                   
   2 files changed, 9 insertions(+), 5 deletions(-)
Modified: sandbox/odeint/branches/karsten/Jamroot
==============================================================================
--- sandbox/odeint/branches/karsten/Jamroot	(original)
+++ sandbox/odeint/branches/karsten/Jamroot	2011-06-28 08:01:01 EDT (Tue, 28 Jun 2011)
@@ -13,6 +13,9 @@
    : requirements 
      <include>$(BOOST_ROOT) ;
 
+#
+
+#use-project /boost : c:/users/mario/boost_1_46_1 ;
 
 # tests, regression tests and examples
 build-project libs/numeric/odeint/test ;
@@ -45,8 +48,8 @@
 ###### The following is copied from another sandbox project #####
 ###### to get the quickbook and boostbook working ...       #####
 
-local boost-root = [ modules.peek : BOOST_ROOT ] ;
-local explore-header-include = $(top)/../.. ;
-use-project /boost/regex : $(boost-root)/libs/regex/build ;
+# local boost-root = [ modules.peek : BOOST_ROOT ] ;
+# local explore-header-include = $(top)/../.. ;
+# use-project /boost/regex : $(boost-root)/libs/regex/build ;
 
 ##################################################################
Modified: sandbox/odeint/branches/karsten/libs/numeric/odeint/test/Jamfile
==============================================================================
--- sandbox/odeint/branches/karsten/libs/numeric/odeint/test/Jamfile	(original)
+++ sandbox/odeint/branches/karsten/libs/numeric/odeint/test/Jamfile	2011-06-28 08:01:01 EDT (Tue, 28 Jun 2011)
@@ -4,14 +4,15 @@
 
 # bring in rules for testing
 
-import testing ;
 
+import testing ;
+use-project boost : $(BOOST_ROOT) ;
 
 project
     : requirements
+	  <library>/boost/test//boost_unit_test_framework
       <define>BOOST_ALL_NO_LIB=1
       <include>../../../..
-      <library>/boost/test//boost_unit_test_framework 
           <link>static
     ;