$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Embedding manifest into the regression tests (was: [testers] [log] Problems with tests)
From: Sergey Cheban (s.cheban_at_[hidden])
Date: 2013-05-14 16:26:39
14.05.2013 9:56, Holger Grund пиÑеÑ:
>>> VC++ 10 and 11 dont use sxs isolation for runtime libs any more.
>> > IOW, you dont need a manifest for the CRT in VS2010&2012.
>> SxS isolation is not the only reason to have manifest.
> Fair enough. That has nothing to do with the compiler version, though.
Toolset is not just a compiler. It is (in Windows)
compiler+CRT+STL+WindowsSDK+ATL+MFC. In our case, the manifest is
generated for the msvc-9.0 toolset because of the CRT headers that are
shipped with the msvc-9.0 compiler.
-- Best regards, Sergey Cheban