summaryrefslogtreecommitdiff
path: root/Jamroot
diff options
context:
space:
mode:
authorVladimir Prus <ghost@cs.msu.su>2009-10-22 09:01:30 +0000
committerVladimir Prus <ghost@cs.msu.su>2009-10-22 09:01:30 +0000
commit3a057e470179b27437854c0b956bd09ed7773a8f (patch)
treeb3dbdd7f1c367b7d6cc5b1d5a920b605f37b7d91 /Jamroot
parent89558a3af6438fa5a3e3cd86706c9fca2895b3da (diff)
downloadboost-3a057e470179b27437854c0b956bd09ed7773a8f.tar.gz
Merge documentation fix in Jamroot.
[SVN r57063]
Diffstat (limited to 'Jamroot')
-rw-r--r--Jamroot5
1 files changed, 4 insertions, 1 deletions
diff --git a/Jamroot b/Jamroot
index f0ab94bf77..80d5397dfd 100644
--- a/Jamroot
+++ b/Jamroot
@@ -63,7 +63,7 @@
# versions of Boost or multiple compilers can
# be used on the same system.
#
-# versioned (default) - Names of boost binaries
+# versioned - Names of boost binaries
# include the Boost version number, name and
# version of the compiler and encoded build
# properties. Boost headers are installed in a
@@ -84,6 +84,9 @@
# is intended for system integrators who are
# building distribution packages.
#
+# The default value is 'versioned' on Windows, and
+# 'system' on Unix.
+#
# --buildid=ID Adds the specified ID to the name of built
# libraries. The default is to not add anything.
#