Add runtime-link-static/dynamic variants to build when building on Windows.

[SVN r20909]
This commit is contained in:
Rene Rivera 2003-11-22 19:41:24 +00:00
parent e40c684b1b
commit a6fbddd6df

View file

@ -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 ]
;
}