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

Add building of link=static libs to default minimal build to temporarily resolve discrepancy between built libraries and getting started docs plus autolink defaults. (merge from trunk)

[SVN r46957]
Rene Rivera 18 лет назад
Родитель
Сommit
5464bbb3a3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Jamroot

+ 3 - 3
Jamroot

@@ -47,8 +47,8 @@
 #                               "release" version of the libraries. This
 #                               release corresponds to specifying:
 #                               "release <threading>multi <link>shared
-#                               <runtime-link>shared" as the Boost.Build
-#                               variant to build.
+#                               <link>static <runtime-link>shared" as the
+#                               Boost.Build variant to build.
 #
 #                               complete - Attempts to build all possible
 #                               variations.
@@ -137,7 +137,7 @@ if ! ( $(build-type) in minimal complete )
 local default-build,minimal =
     release
     <threading>multi
-    <link>shared
+    <link>shared <link>static
     <runtime-link>shared
     ;
 local default-build,complete =

粤ICP备19079148号