
6 May
2005
6 May
'05
2:07 p.m.
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