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

[SVN r46953]
This commit is contained in:
Rene Rivera 2008-07-01 15:39:11 +00:00
parent 71f7aee472
commit 9de577e531

View file

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