$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2006-11-11 07:18:28
Vladimir Prus wrote:
> Ok, now what do you think should happen on MSVC, for the following example:
>
> exe a : a.cpp
> : <threading>single <runtime-link>shared
> ;
>
> Should this silently use <threading>multi, or be a an error?
Link to the single threaded runtime lib...
Roland