$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Compiling Boost (Steven Watanabe, Bhushan Inamdar)
From: Igor R (boost.lists_at_[hidden])
Date: 2011-02-02 11:04:20
> That doesn't work in Visual Studio 2010 (instead one gets a message that
> that is deprecated - though I don't see a good reason for them to do that),
Adding a path to VC global settings made a project successful
compilation dependent on *.vssettings file, which is usually not
shared between developers, as it contains a lot of personal settings.
May be that's why MS disabled this feature.