From a40862d33f4a5439a369bc0912e87053c9968fe7 Mon Sep 17 00:00:00 2001 From: Dimitris Panokostas Date: Mon, 17 Oct 2022 18:18:27 +0200 Subject: [PATCH] Disable vcpkg for winuae project 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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/od-win32/winuae_msvc15/winuae_msvc.vcxproj b/od-win32/winuae_msvc15/winuae_msvc.vcxproj index 490daa3f..c02cf2bc 100644 --- a/od-win32/winuae_msvc15/winuae_msvc.vcxproj +++ b/od-win32/winuae_msvc15/winuae_msvc.vcxproj @@ -218,6 +218,9 @@ $(MSBuildProgramFiles32)\Windows Kits\10\bin\10.0.17763.0\x64;$(ExecutablePath) NativeMinimumRules.ruleset + + false + NDEBUG;%(PreprocessorDefinitions) -- 2.47.3