Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r64419 - sandbox/numeric_bindings-v1
From: thomas.klimpel_at_[hidden]
Date: 2010-07-28 17:30:25


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

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-v1/Jamroot | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: sandbox/numeric_bindings-v1/Jamroot
==============================================================================
--- sandbox/numeric_bindings-v1/Jamroot (original)
+++ sandbox/numeric_bindings-v1/Jamroot 2010-07-28 17:30:25 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