mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
Add runtime-link-static/dynamic variants to build when building on Windows.
[SVN r20909]
This commit is contained in:
parent
e40c684b1b
commit
a6fbddd6df
1 changed files with 7 additions and 1 deletions
8
Jamfile
8
Jamfile
|
@ -119,6 +119,12 @@ install-subinclude
|
|||
|
||||
if [ install-sources lib ]
|
||||
{
|
||||
local lib-build =
|
||||
debug release
|
||||
[ cond $(with-debug-python) : debug-python ]
|
||||
[ cond $(NT) : <runtime-link>static/dynamic ]
|
||||
<threading>single/multi
|
||||
;
|
||||
stage $(lib-locate:D=)
|
||||
:
|
||||
[ install-sources lib ]
|
||||
|
@ -128,7 +134,7 @@ if [ install-sources lib ]
|
|||
[ cond $(with-install) : <target>install : <target>all ]
|
||||
[ cond $(with-stage) : <target>stage : <target>all ]
|
||||
:
|
||||
debug release [ cond $(with-debug-python) : debug-python ] <threading>single/multi
|
||||
$(lib-build)
|
||||
[ unless $(with-install) $(with-stage) : <suppress>true ]
|
||||
;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue