Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiuth committed Nov 16, 2023
1 parent f1a152d commit dd14b2c
Show file tree
Hide file tree
Showing 2 changed files with 298 additions and 1,318 deletions.
9 changes: 3 additions & 6 deletions SpotifyOggDumper/SpotifyOggDumper.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,15 @@
<IntDir>$(ProjectDir)obj\$(Configuration)\$(Platform)\</IntDir>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugCon|Win32'" Label="Vcpkg">
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
</PropertyGroup>
<PropertyGroup Label="Vcpkg">
<VcpkgEnableManifest>true</VcpkgEnableManifest>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<VcpkgUseStatic>true</VcpkgUseStatic>
<VcpkgTriplet>x86-windows-static-md</VcpkgTriplet>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
Expand All @@ -99,7 +96,7 @@
<SubSystem>Windows</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>Version.lib;Winhttp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>Version.lib;Winhttp.lib;dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<DelayLoadDLLs>libcef.dll</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
Expand All @@ -116,7 +113,7 @@
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>Version.lib;Winhttp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>Version.lib;Winhttp.lib;dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<DelayLoadDLLs>libcef.dll</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
Expand All @@ -137,7 +134,7 @@
<OptimizeReferences>true</OptimizeReferences>
<GenerateDebugInformation>true</GenerateDebugInformation>
<EnableUAC>false</EnableUAC>
<AdditionalDependencies>Version.lib;Winhttp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<AdditionalDependencies>Version.lib;Winhttp.lib;dbghelp.lib;%(AdditionalDependencies)</AdditionalDependencies>
<DelayLoadDLLs>libcef.dll</DelayLoadDLLs>
</Link>
</ItemDefinitionGroup>
Expand Down
Loading

0 comments on commit dd14b2c

Please sign in to comment.