mirror of
https://github.com/boostorg/boost.git
synced 2025-04-08 06:43:09 +00:00
Build shared/static runtime variants on NT, like V1 does
[SVN r35763]
This commit is contained in:
parent
9b9611c94c
commit
d8f2c4250b
1 changed files with 6 additions and 1 deletions
|
@ -107,6 +107,7 @@ import stage ;
|
|||
import package ;
|
||||
import path ;
|
||||
import common ;
|
||||
import os ;
|
||||
|
||||
constant BOOST_VERSION : 1.35.0 ;
|
||||
|
||||
|
@ -125,9 +126,13 @@ if $(__file__:D) = ""
|
|||
debug release
|
||||
<threading>single <threading>multi
|
||||
<link>shared <link>static
|
||||
# <runtime-link>shared <runtime-link>static
|
||||
<runtime-debugging>off
|
||||
;
|
||||
|
||||
if [ os.name ] = NT
|
||||
{
|
||||
default-build += <runtime-link>shared <runtime-link>static ;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue