Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85464 - trunk/libs/thread/build
From: vicente.botet_at_[hidden]
Date: 2013-08-25 11:13:17


Author: viboes
Date: 2013-08-25 11:13:17 EDT (Sun, 25 Aug 2013)
New Revision: 85464
URL: http://svn.boost.org/trac/boost/changeset/85464

Log:
Thread: link with boost_chrono and boost_atomic independently of the platform.

Text files modified:
   trunk/libs/thread/build/Jamfile.v2 | 12 ++++++------
   1 files changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/libs/thread/build/Jamfile.v2
==============================================================================
--- trunk/libs/thread/build/Jamfile.v2 Sun Aug 25 11:09:12 2013 (r85463)
+++ trunk/libs/thread/build/Jamfile.v2 2013-08-25 11:13:17 EDT (Sun, 25 Aug 2013) (r85464)
@@ -236,10 +236,10 @@
         }
     }
 
- if ! <toolset>vacpp in $(properties) || <toolset-vacpp:version>11.1 in $(properties) || <toolset-vacpp:version>12.1.0.1 in $(properties) || <toolset-vacpp:version>12.1 in $(properties)
- {
+ #if ! <toolset>vacpp in $(properties) || <toolset-vacpp:version>11.1 in $(properties) || <toolset-vacpp:version>12.1.0.1 in $(properties) || <toolset-vacpp:version>12.1 in $(properties)
+ #{
       result += <library>/boost/chrono//boost_chrono ;
- }
+ #}
 
     return $(result) ;
 }
@@ -269,10 +269,10 @@
         result += <library>/boost/chrono//boost_chrono ;
     }
 
- if <toolset>pgi in $(properties) || <toolset>vacpp in $(properties)
- {
+ #if <toolset>pgi in $(properties) || <toolset>vacpp in $(properties)
+ #{
       result += <library>/boost/atomic//boost_atomic ;
- }
+ #}
 
     return $(result) ;
 }


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