$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Deane Yang (deane_yang_at_[hidden])
Date: 2005-11-22 17:52:27
When I try to create a Win32 DLL with <runtime-link>static, it tries
unsuccessfully to create a manifest. I'm not sure why the error is
occurring (it does not occur if I omit the <runtime-link> feature
entirely), but isn't this backwards? Shouldn't a manifest be created
only if the runtime-link is shared or, more likely, have I misunderstood
this completely?