Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2007-10-14 13:54:28


Author: grafik
Date: 2007-10-14 13:54:28 EDT (Sun, 14 Oct 2007)
New Revision: 40021
URL: http://svn.boost.org/trac/boost/changeset/40021

Log:
Add usage dependency on system library.
Text files modified:
   trunk/libs/filesystem/build/Jamfile.v2 | 3 +++
   1 files changed, 3 insertions(+), 0 deletions(-)

Modified: trunk/libs/filesystem/build/Jamfile.v2
==============================================================================
--- trunk/libs/filesystem/build/Jamfile.v2 (original)
+++ trunk/libs/filesystem/build/Jamfile.v2 2007-10-14 13:54:28 EDT (Sun, 14 Oct 2007)
@@ -25,6 +25,9 @@
     :
     <link>shared:<define>BOOST_ALL_DYN_LINK=1 # tell source we're building dll's
     <link>static:<define>BOOST_All_STATIC_LINK=1 # tell source we're building static lib's
+ :
+ :
+ <library>../../system/build//boost_system
     ;
 
 install dist-lib


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