Clone
ixen <ixen@copyhandler.com>
committed
on 24 Dec 15
Fixed boost path for cases, where the compiler toolset differs from the native one (CH-202).
LoggerImprovements + 5 more
src/common/Boost.props (+1 -1)
1 1 <?xml version="1.0" encoding="utf-8"?>
2 2 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 3   <ImportGroup Label="PropertySheets" />
4 4   <PropertyGroup Label="UserMacros">
5 5     <BoostDir>D:\dev\boost_1_60_0\</BoostDir>
6 6   </PropertyGroup>
7 7   <PropertyGroup>
8 8     <IncludePath>$(BoostDir);$(IncludePath)</IncludePath>
9       <LibraryPath>$(BoostDir)lib-$(MSBuildToolsVersion)\x$(PlatformArchitecture)\lib\;$(LibraryPath)</LibraryPath>
  9     <LibraryPath>$(BoostDir)lib-$(CrtSDKReferenceVersion)\x$(PlatformArchitecture)\lib\;$(LibraryPath)</LibraryPath>
10 10   </PropertyGroup>
11 11   <ItemDefinitionGroup />
12 12   <ItemGroup>
13 13     <BuildMacro Include="BoostDir">
14 14       <Value>$(BoostDir)</Value>
15 15     </BuildMacro>
16 16   </ItemGroup>
17 17 </Project>