|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2008-07-01 11:39:11
Author: grafik
Date: 2008-07-01 11:39:11 EDT (Tue, 01 Jul 2008)
New Revision: 46953
URL: http://svn.boost.org/trac/boost/changeset/46953
Log:
Add building of link=static libs to default minimal build to temporarily resolve discrepancy between built libraries and getting started docs plus autolink defaults. (fixes #1744)
Text files modified:
trunk/Jamroot | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Modified: trunk/Jamroot
==============================================================================
--- trunk/Jamroot (original)
+++ trunk/Jamroot 2008-07-01 11:39:11 EDT (Tue, 01 Jul 2008)
@@ -47,8 +47,8 @@
# "release" version of the libraries. This
# release corresponds to specifying:
# "release <threading>multi <link>shared
-# <runtime-link>shared" as the Boost.Build
-# variant to build.
+# <link>static <runtime-link>shared" as the
+# Boost.Build variant to build.
#
# complete - Attempts to build all possible
# variations.
@@ -137,7 +137,7 @@
local default-build,minimal =
release
<threading>multi
- <link>shared
+ <link>shared <link>static
<runtime-link>shared
;
local default-build,complete =
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