$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (yg-boost-users_at_[hidden])
Date: 2003-08-04 01:55:57
Jonathan Roewen wrote:
>
> Oh okay. So next question: how do I tell bjam to use a specific runtime
> library for MSVC then?
>
for multi/single threaded, add
-sBUILD="<threading>multi"
(or single)
I think there is a <runtime-link>dynamic or <runtime-link>static but
can't quite remember, I'm sure someone else can correct my on that.
Thanks
Russell