$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-11-10 13:06:25
Vladimir Prus wrote:
> But does it affect the generated
> object files in any way?
MSVC compilers have the ability to put a statement in the library that
causes other libraries to be linked in as well. This is the same
mechanism that is being used for autolinking.
In this case I suspect the correct runtime dep is being inserted.
I cannot check this today. If you still need I can try to find out
more tomorrow.
Roland