Просмотр исходного кода

Clarify the default value of 'layout' on Unix and Windows.

[SVN r57062]
Vladimir Prus 16 лет назад
Родитель
Сommit
9868534f3d
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      Jamroot

+ 4 - 1
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.
 #

粤ICP备19079148号