$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
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
;