]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commitdiff
Disable vcpkg for winuae project
authorDimitris Panokostas <midwan@gmail.com>
Mon, 17 Oct 2022 16:18:27 +0000 (18:18 +0200)
committerDimitris Panokostas <midwan@gmail.com>
Mon, 17 Oct 2022 16:18:27 +0000 (18:18 +0200)
If this was enabled, and we have libFLAC installed through vcpkg in the system, we'd get errors during linking the x64 version

od-win32/winuae_msvc15/winuae_msvc.vcxproj

index 490daa3f92ee5d0ec472b0b7c65ac9d83149892d..c02cf2bc5fd3c6545e7c8f818cd7d0303cd4fc9d 100644 (file)
     <ExecutablePath>$(MSBuildProgramFiles32)\Windows Kits\10\bin\10.0.17763.0\x64;$(ExecutablePath)</ExecutablePath>
     <CodeAnalysisRuleSet>NativeMinimumRules.ruleset</CodeAnalysisRuleSet>
   </PropertyGroup>
+  <PropertyGroup Label="Vcpkg">
+    <VcpkgEnabled>false</VcpkgEnabled>
+  </PropertyGroup>
   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
     <Midl>
       <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>