From 0c59511414512c48eacbe7296c7ff4cde2818a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Ja=C5=82ocha?= Date: Wed, 8 Jan 2025 16:56:17 +0100 Subject: [PATCH] fix: protobuf errors when switching release type --- vc17/otclient.vcxproj | 8 ++++---- vc17/settings.props | 3 ++- 2 files changed, 6 insertions(+), 5 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..c83bb0c756 100644 --- a/vc17/settings.props +++ b/vc17/settings.props @@ -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;