$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-05-07 04:00:26
Zbynek Winkler wrote:
> The <link-runtime> feature
> can be set to "shared" which finaly gave me the /MD in the command line.
> Too bad that it is giving me /MD even for debug build (instead of /MDd).
As I see from msvc.jam, there's <runtime-debugging> option which is separate
from regular debuggind option. When <runtime-debugging> is on you'll get
/MDd. Do you think /MDd should be present for ordinary debug builds?
- Volodya