summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2008-11-01 13:14:17 +0000
committerVladimir Prus <ghost@cs.msu.su>2008-11-01 13:14:17 +0000
commit1bd908d97bc262b9d0c46d33c67f2c6805a54fbf (patch)
treebcfb6bbf39054e33425302159b788567f4107fe0 /Jamroot
parent31707900d9c4e33694df4b93b487be58c476dcc3 (diff)
downloadboost-1bd908d97bc262b9d0c46d33c67f2c6805a54fbf.tar.gz
Merge https://svn.boost.org/trac/boost/changeset/49508
[SVN r49509]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot18
1 files changed, 15 insertions, 3 deletions
diff --git a/Jamroot b/Jamroot
index 7a657c48cb..c957ffcc86 100644
--- a/Jamroot
+++ b/Jamroot
@@ -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