From 9975c375c5e7f36d83d7ac1e44d9ea15f09b48cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Wed, 26 Dec 2018 22:11:47 +0100 Subject: [PATCH] Fixed DLL not being compiled with static runtime --- src/ViGEmClient.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ViGEmClient.vcxproj b/src/ViGEmClient.vcxproj index 7732345..da880bf 100644 --- a/src/ViGEmClient.vcxproj +++ b/src/ViGEmClient.vcxproj @@ -185,6 +185,7 @@ Disabled VIGEM_DYNAMIC;VIGEM_EXPORTS;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) true + MultiThreadedDebug Windows @@ -213,6 +214,7 @@ Disabled VIGEM_DYNAMIC;VIGEM_EXPORTS;_DEBUG;_LIB;%(PreprocessorDefinitions) true + MultiThreadedDebug Windows @@ -250,6 +252,7 @@ true VIGEM_DYNAMIC;VIGEM_EXPORTS;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) true + MultiThreaded Windows @@ -286,6 +289,7 @@ true VIGEM_DYNAMIC;VIGEM_EXPORTS;NDEBUG;_LIB;%(PreprocessorDefinitions) true + MultiThreaded Windows