Explorar el Código

Clarify docs for --build-type=minimal.

[SVN r53378]
Vladimir Prus hace 17 años
padre
commit
88663b0ec7
Se han modificado 1 ficheros con 8 adiciones y 9 borrados
  1. 8 9
      Jamroot

+ 8 - 9
Jamroot

@@ -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!

粤ICP备19079148号