$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2006-07-21 13:24:26
The current name mangling scheme in bbv2 still doesn't match bbv1 and the
auto-linking code. In particular if I build a library as a dll with msvc it
doesn't get a "-mt" part in the library name, even though all builds against
the dll runtime *are* multithreaded in msvc.
Thanks, John.