Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64417 - sandbox/numeric_bindings
From: thomas.klimpel_at_[hidden]
Date: 2010-07-28 17:29:38


Author: klimpel
Date: 2010-07-28 17:29:37 EDT (Wed, 28 Jul 2010)
New Revision: 64417
URL: http://svn.boost.org/trac/boost/changeset/64417

Log:
Found the macro to turn off auto-linking on windows. Now building against the release branch works again.
Text files modified:
   sandbox/numeric_bindings/Jamroot | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/numeric_bindings/Jamroot
==============================================================================
--- sandbox/numeric_bindings/Jamroot (original)
+++ sandbox/numeric_bindings/Jamroot 2010-07-28 17:29:37 EDT (Wed, 28 Jul 2010)
@@ -32,4 +32,6 @@
     : requirements
         <include>.
         <include>$(BOOST_ROOT)
+ # Disable auto-linking for all targets here.
+ <define>BOOST_ALL_NO_LIB=1
    ;


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