From 9c16403629d56bdf956eb5020bd3200daec52ddb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Ja=C5=82ocha?= Date: Tue, 7 Jan 2025 12:47:20 +0100 Subject: [PATCH] fix: protobuf errors when switching release type --- vc17/otclient.vcxproj | 8 ++++---- vc17/settings.props | 5 +++-- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/vc17/otclient.vcxproj b/vc17/otclient.vcxproj index a97426b99c..e6976c80d9 100644 --- a/vc17/otclient.vcxproj +++ b/vc17/otclient.vcxproj @@ -157,11 +157,11 @@ vcpkg_installed - x86-windows + x86-windows-static vcpkg_installed - x64-windows + x64-windows-static @@ -190,6 +190,7 @@ stdcpp20 4244;4251;4996;%(DisableSpecificWarnings) true + MultiThreadedDebug true @@ -624,7 +625,6 @@ - @@ -664,4 +664,4 @@ - + \ No newline at end of file diff --git a/vc17/settings.props b/vc17/settings.props index c33ea7994e..c1fc2a321d 100644 --- a/vc17/settings.props +++ b/vc17/settings.props @@ -25,7 +25,7 @@ glew32.lib; kernel32.lib; ole32.lib; - physfs-static.lib; + physfs.lib; shell32.lib; user32.lib; winmm.lib; @@ -51,6 +51,7 @@ gdi32.lib; glew32d.lib; kernel32.lib; + ole32.lib; lua51.lib; ogg.lib; lzma.lib; @@ -58,7 +59,7 @@ libcrypto.lib; libprotobufd.lib; opengl32.lib; - physfs.lib; + physfs-static.lib; shell32.lib; user32.lib; vorbis.lib;