mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-01 11:29:17 +00:00
Update to latest version of boost (1.71.0)
This commit is contained in:
parent
89fae1cb6f
commit
411fc5fe6a
@ -70,16 +70,16 @@
|
|||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
<PropertyGroup Label="UserMacros" />
|
<PropertyGroup Label="UserMacros" />
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||||
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_68_0;$(IncludePath)</IncludePath>
|
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_71_0;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_68_0;$(IncludePath)</IncludePath>
|
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_71_0;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||||
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_68_0;$(IncludePath)</IncludePath>
|
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_71_0;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_68_0;$(IncludePath)</IncludePath>
|
<IncludePath>..\inc;..\..\inc;C:\Libraries\boost_1_71_0;$(IncludePath)</IncludePath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
|
Loading…
Reference in New Issue
Block a user