Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49509 - branches/release
From: ghost_at_[hidden]
Date: 2008-11-01 09:14:17


Author: vladimir_prus
Date: 2008-11-01 09:14:17 EDT (Sat, 01 Nov 2008)
New Revision: 49509
URL: http://svn.boost.org/trac/boost/changeset/49509

Log:
Merge https://svn.boost.org/trac/boost/changeset/49508
Text files modified:
   branches/release/Jamroot | 18 +++++++++++++++---
   1 files changed, 15 insertions(+), 3 deletions(-)

Modified: branches/release/Jamroot
==============================================================================
--- branches/release/Jamroot (original)
+++ branches/release/Jamroot 2008-11-01 09:14:17 EDT (Sat, 01 Nov 2008)
@@ -9,7 +9,7 @@
 
 # Usage:
 #
-# bjam [options] [install|stage]
+# bjam [options] [properties] [install|stage]
 #
 # Builds and installs Boost.
 #
@@ -56,8 +56,6 @@
 # --build-dir=DIR Build in this location instead of building
 # within the distribution tree. Recommended!
 #
-# --toolset=toolset Indicates the toolset to build with.
-#
 # --show-libraries Displays the list of Boost libraries that require
 # build and installation steps, then exit.
 #
@@ -93,6 +91,20 @@
 #
 # --without-<library> Do not build, stage, or install the specified
 # <library>. By default, all libraries are built.
+#
+# Properties:
+#
+# toolset=toolset Indicates the toolset to build with.
+#
+# variant=debug|release Select the build variant
+#
+# link=static|shared Whether to build static or shared libraries
+#
+# threading=single|multi Whether to build single or multithreaded binaries
+#
+# runtime-link=static|shared
+# Whether to link to static or shared C and C++ runtime.
+#
 
 # TODO:
 # - handle boost version


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