$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Stefan Seefeld (seefeld_at_[hidden])
Date: 2005-05-06 09:07:01
Vladimir Prus wrote:
> What's wrong with
>
> bjam -sBUILD="release <threading>multi"
>
> (Boost.Build V1), or
>
> bjam --v2 release threading=multi link=shared
>
> (Boost.Build V2).
>
> Actually, the first command like will produce both shared and static
> libraries, but the second one will produce only shared ones.
That looks like what I'm after. I should read the docs more carefully.
Thanks for the tip !
Stefan