From 9343fdc294ad55bb0f3b0b1c8abeb9e4f2169c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Ja=C5=82ocha?= Date: Thu, 9 Jan 2025 16:00:01 +0100 Subject: [PATCH] fix: add missing runtime library for x86 debug build --- vc17/otclient.vcxproj | 1 + vc17/otclient.vcxproj.filters | 3 --- vc17/settings.props | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/vc17/otclient.vcxproj b/vc17/otclient.vcxproj index e6976c80d..ccdafda99 100644 --- a/vc17/otclient.vcxproj +++ b/vc17/otclient.vcxproj @@ -174,6 +174,7 @@ 4244;4251;4996;%(DisableSpecificWarnings) true Level4 + MultiThreadedDebug MachineX86 diff --git a/vc17/otclient.vcxproj.filters b/vc17/otclient.vcxproj.filters index b2a2d1917..aaaa98a76 100644 --- a/vc17/otclient.vcxproj.filters +++ b/vc17/otclient.vcxproj.filters @@ -1055,9 +1055,6 @@ Header Files\framework\graphics\shader - - Header Files\protobuf - Header Files\client diff --git a/vc17/settings.props b/vc17/settings.props index c83bb0c75..aba0b9cdf 100644 --- a/vc17/settings.props +++ b/vc17/settings.props @@ -51,7 +51,7 @@ gdi32.lib; glew32d.lib; kernel32.lib; - ole32.lib; + ole32.lib; lua51.lib; ogg.lib; lzma.lib;