Skip to content

Commit

Permalink
Upgrade VS2019 workspace for Boost 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Kormanyos committed Oct 29, 2023
1 parent e3ac9ec commit 6d4d05f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mandelbrot.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>$(SolutionDir)jpeg\jpeg-6b-2022;$(SolutionDir);C:\boost\boost_1_81_0;$(SolutionDir)mpir\x64;$(IncludePath)</IncludePath>
<IncludePath>$(SolutionDir)jpeg\jpeg-6b-2022;$(SolutionDir);C:\boost\boost_1_83_0;$(SolutionDir)mpir\x64;$(IncludePath)</IncludePath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
<LinkIncremental>false</LinkIncremental>
<IncludePath>$(SolutionDir)jpeg\jpeg-6b-2022;$(SolutionDir);C:\boost\boost_1_81_0;$(SolutionDir)mpir\x64;$(IncludePath)</IncludePath>
<IncludePath>$(SolutionDir)jpeg\jpeg-6b-2022;$(SolutionDir);C:\boost\boost_1_83_0;$(SolutionDir)mpir\x64;$(IncludePath)</IncludePath>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>
Expand Down

0 comments on commit 6d4d05f

Please sign in to comment.