$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2008-03-24 05:39:13
Mark Van Peteghem wrote:
> Hi,
>
> I have another question: how do I specify for msvc that I want both
> libraries that use static and shared runtimes? And for msvc-6.5 there is
> also singlethreaded. In the old version it was something like
> -sBUILD="<runtime-link>static/dynamic", but I can't find out what I have
> to specify for bjam v2.
runtime-link=static,shared
> I also noticed that the library directory contains each library twice,
> one with 1_34_1 in its name, the other without it. Is this supposed to
> be like that?
Yes. You can bring it up with C++ Boost developers, if you don't like this
behaviour.
- Volodya