Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r62108 - sandbox/chrono/libs/chrono/build
From: vicente.botet_at_[hidden]
Date: 2010-05-20 05:19:49


Author: viboes
Date: 2010-05-20 05:19:47 EDT (Thu, 20 May 2010)
New Revision: 62108
URL: http://svn.boost.org/trac/boost/changeset/62108

Log:
Boost.Chrono 0.5:
* Remove the force to shared link to Boost.System
* This removes a lot of link warnings also: /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: warning: auto-importing has been activated without --enable-auto-import specified on the command line.

Text files modified:
   sandbox/chrono/libs/chrono/build/Jamfile.v2 | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/chrono/libs/chrono/build/Jamfile.v2
==============================================================================
--- sandbox/chrono/libs/chrono/build/Jamfile.v2 (original)
+++ sandbox/chrono/libs/chrono/build/Jamfile.v2 2010-05-20 05:19:47 EDT (Thu, 20 May 2010)
@@ -24,7 +24,7 @@
         #<include>$(BOOST_ROOT)
         # uncomment the line above if you build outside the Boost release
         #<include>../../..
- <library>/boost/system//boost_system/<link>shared
+ <library>/boost/system//boost_system
         <define>BOOST_RATIO_USES_STATIC_ASSERT
         <define>BOOST_CHRONO_USES_STATIC_ASSERT
         #<define>BOOST_RATIO_USES_MPL_ASSERT
@@ -34,7 +34,7 @@
         #<toolset>gcc:<linkflags>--enable-auto-import
     : usage-requirements # pass these requirement to dependents (i.e. users)
         #<os>LINUX:<threading>multi
- <library>/boost/system//boost_system/<link>shared
+ <library>/boost/system//boost_system
         <define>BOOST_RATIO_USES_STATIC_ASSERT
         <define>BOOST_CHRONO_USES_STATIC_ASSERT
         #<define>BOOST_RATIO_USES_MPL_ASSERT


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