Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r56773 - sandbox/async/libs/async/test
From: vicente.botet_at_[hidden]
Date: 2009-10-13 03:15:02


Author: viboes
Date: 2009-10-13 03:15:01 EDT (Tue, 13 Oct 2009)
New Revision: 56773
URL: http://svn.boost.org/trac/boost/changeset/56773

Log:
TBoost.Async:
* build

Text files modified:
   sandbox/async/libs/async/test/Jamfile.v2 | 8 +++-----
   1 files changed, 3 insertions(+), 5 deletions(-)

Modified: sandbox/async/libs/async/test/Jamfile.v2
==============================================================================
--- sandbox/async/libs/async/test/Jamfile.v2 (original)
+++ sandbox/async/libs/async/test/Jamfile.v2 2009-10-13 03:15:01 EDT (Tue, 13 Oct 2009)
@@ -21,15 +21,13 @@
 
 project
     : requirements
-# <library>/boost/test//boost_unit_test_framework/<link>static
-# <library>/boost/thread//boost_thread/<link>static
- <library>/boost_1_39_0/libs/test/build//boost_unit_test_framework/<link>static
- <library>/boost_1_39_0/libs/thread/build//boost_thread/<link>static
+ <library>/boost/test///boost_unit_test_framework/<link>static
+ <library>/boost/thread//boost_thread/<link>static
         <library>../../tp/build//boost_threadpool/<link>static
 
         <include>.
         <include>../../..
- <include>/boost_1_39_0
+ <include>$(BOOST_ROOT)
         <threading>multi
 # <target-os>cygwin
 # <interthreadapi>pthread


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk