|
|
@@ -43,15 +43,14 @@
|
|
|
# of the libraries. Note, that which variants get
|
|
|
# built depends on what each library supports.
|
|
|
#
|
|
|
-# minimal (default) - Builds the single
|
|
|
-# "release" version of the libraries. This
|
|
|
-# release corresponds to specifying:
|
|
|
-# "release <threading>multi <link>shared
|
|
|
-# <link>static <runtime-link>shared" as the
|
|
|
-# Boost.Build variant to build.
|
|
|
-#
|
|
|
-# complete - Attempts to build all possible
|
|
|
-# variations.
|
|
|
+# minimal (default) - Builds a minimal set of
|
|
|
+# variants. On Windows, these are static
|
|
|
+# multithreaded libraries in debug and release
|
|
|
+# modes, using shared runtime. On Linux, these
|
|
|
+# are static and shared multithreaded libraries
|
|
|
+# in release mode.
|
|
|
+#
|
|
|
+# complete - Build all possible variations.
|
|
|
#
|
|
|
# --build-dir=DIR Build in this location instead of building
|
|
|
# within the distribution tree. Recommended!
|