|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r78188 - trunk/libs/chrono/test
From: vicente.botet_at_[hidden]
Date: 2012-04-25 01:23:06
Author: viboes
Date: 2012-04-25 01:23:04 EDT (Wed, 25 Apr 2012)
New Revision: 78188
URL: http://svn.boost.org/trac/boost/changeset/78188
Log:
Chrono: Force static link with boost_system when statik linking with boost_chrono
Text files modified:
trunk/libs/chrono/test/Jamfile.v2 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
Modified: trunk/libs/chrono/test/Jamfile.v2
==============================================================================
--- trunk/libs/chrono/test/Jamfile.v2 (original)
+++ trunk/libs/chrono/test/Jamfile.v2 2012-04-25 01:23:04 EDT (Wed, 25 Apr 2012)
@@ -59,7 +59,7 @@
#[ run $(sources) ../build//boost_chrono/<link>static
# : :
# :
- # <library>/boost/system//boost_system
+ # <library>/boost/system//boost_system/<link>static
# : $(sources[1]:B)_s ]
[ run $(sources)
: :
@@ -82,7 +82,7 @@
[ run $(sources) ../build//boost_chrono/<link>static
: :
:
- <library>/boost/system//boost_system
+ <library>/boost/system//boost_system/<link>static
: v1_$(sources[1]:B)_s ]
[ run $(sources)
: :
@@ -111,7 +111,7 @@
#[ run $(sources) ../build//boost_chrono/<link>static
# : :
# :
- # <library>/boost/system//boost_system
+ # <library>/boost/system//boost_system/<link>static
# : $(name)_s ]
[ run $(sources)
: :
@@ -195,7 +195,7 @@
#[ run $(sources) ../build//boost_chrono/<link>static
# : :
# :
- # <library>/boost/system//boost_system
+ # <library>/boost/system//boost_system/<link>static
# : $(sources[1]:B)_s ]
[ run $(sources)
: :
@@ -217,7 +217,7 @@
#[ run $(sources) ../build//boost_chrono/<link>static
# : :
# :
- # <library>/boost/system//boost_system
+ # <library>/boost/system//boost_system/<link>static
# : $(name)_s ]
[ run $(sources)
: :
@@ -240,7 +240,7 @@
[ run $(sources)
: :
:
- <library>/boost/system//boost_system
+ <library>/boost/system//boost_system/<link>static
<define>BOOST_CHRONO_VERSION=2
: $(sources[1]:B)_s ]
[ run $(sources)
@@ -264,7 +264,7 @@
[ run $(sources)
: :
:
- <library>/boost/system//boost_system
+ <library>/boost/system//boost_system/<link>static
<define>BOOST_CHRONO_VERSION=2
: $(name)_s ]
[ run $(sources)
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