$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2007-04-05 03:13:57
On Sunday 01 April 2007 14:00, Jurko Gospodnetiæ wrote:
> Hi.
>
> In the last nightly build (from 22.03.2007.) it seems that the
> default msvc threading feature value is set to multi, unlike in the
> milestone 11 release and before.
Yeah, it's believed that latest versions of msvc use multi-threaded
runtime by default.
> Is this intentional?
>
> One effect I noticed is that this places the build targets into a
> bin/msvc/debug/threading-multi folder instead of bin/msvc/debug where
> many unit tests expect their results, e.g. clean.py.
Doh! I need to think how this can be fixed.
- Volodya