$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Jorge Suit Perez Ronda (josp.jorge_at_[hidden])
Date: 2006-11-14 05:30:31
Hello I'm trying to do the following
rule default_build
{
local props ;
if [ os.on-windows ]
{
props = <link>static <runtime-link>static <threading>multi ;
}
return $(props) ;
}
lib mylib
: [ mysources ]
:
: [ default_build ]
but when I issue
"bjam release"
it appears that the default-build values are not used, when compiling
with msvc /MD is used insted of /MT as <runtime-link>static imply
any idea about what i'm doing wrong?
best regards,
Jorge