From cd562f2ff2bcf0d7ac2fee12e410effbd01edfa7 Mon Sep 17 00:00:00 2001 From: Ted John Date: Wed, 7 Mar 2018 19:59:45 +0000 Subject: [PATCH] Add msbuild property to use shared libraries --- openrct2.common.props | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/openrct2.common.props b/openrct2.common.props index a57d417842..635307c9aa 100644 --- a/openrct2.common.props +++ b/openrct2.common.props @@ -18,8 +18,8 @@ $(ProjectName) true - x86-windows-static - x64-windows-static + x86-windows-static + x64-windows-static true @@ -55,7 +55,8 @@ C4555: expression has no effect; expected expression with side-effect --> __AVX2__;__SSE4_1__;OPENGL_NO_LINK;_CRT_SECURE_NO_WARNINGS;_USE_MATH_DEFINES;CURL_STATICLIB;SDL_MAIN_HANDLED;_WINSOCK_DEPRECATED_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreaded + MultiThreaded + MultiThreadedDLL true true /utf-8 /std:c++latest /permissive- /Zc:externConstexpr @@ -70,7 +71,8 @@ Disabled true DEBUG;_SCL_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) - MultiThreadedDebug + MultiThreadedDebug + MultiThreadedDebugDLL false