Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78716 - trunk/tools/build/v2/contrib
From: jurko.gospodnetic_at_[hidden]
Date: 2012-05-28 08:52:47


Author: jurko
Date: 2012-05-28 08:52:46 EDT (Mon, 28 May 2012)
New Revision: 78716
URL: http://svn.boost.org/trac/boost/changeset/78716

Log:
Added two missing Boost library target definitions (locale & python3) to Boost Build's 'contrib/boost.jam' module.
Text files modified:
   trunk/tools/build/v2/contrib/boost.jam | 4 ++++
   1 files changed, 4 insertions(+), 0 deletions(-)

Modified: trunk/tools/build/v2/contrib/boost.jam
==============================================================================
--- trunk/tools/build/v2/contrib/boost.jam (original)
+++ trunk/tools/build/v2/contrib/boost.jam 2012-05-28 08:52:46 EDT (Mon, 28 May 2012)
@@ -206,6 +206,8 @@
         <link>shared:<define>BOOST_GRAPH_DYN_LINK ;
     lib iostreams : : : :
         <link>shared:<define>BOOST_IOSTREAMS_DYN_LINK ;
+ lib locale : : : :
+ <link>shared:<define>BOOST_LOCALE_DYN_LINK ;
     lib math_tr1 : : : :
         <link>shared:<define>BOOST_MATH_TR1_DYN_LINK ;
     lib math_tr1f : : : :
@@ -224,6 +226,8 @@
         <link>shared:<define>BOOST_PROGRAM_OPTIONS_DYN_LINK ;
     lib python : : : :
         <link>shared:<define>BOOST_PYTHON_DYN_LINK ;
+ lib python3 : : : :
+ <link>shared:<define>BOOST_PYTHON_DYN_LINK ;
     lib random : : : :
         <link>shared:<define>BOOST_RANDOM_DYN_LINK ;
     lib regex : : : :


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