From 2b6d90564fa3cf379cfd57dfbfdf4cf750e994b1 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 31 Jul 2018 17:51:37 +0300 Subject: exe loader extracted to the separate module, now it's possible to compile all exe using shared runtime modules --- plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'plugins/PluginUpdater') diff --git a/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj b/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj index 5f87eff746..4a8b9283dc 100644 --- a/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj +++ b/plugins/PluginUpdater/pu_stub/pu_stub_15.vcxproj @@ -90,12 +90,13 @@ Level4 Disabled _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebug + MultiThreadedDebugDLL Windows true false + ucrtbased.dll;vcruntime140.dll @@ -103,11 +104,12 @@ Level4 Disabled _DEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreadedDebug + MultiThreadedDebugDLL Windows true + ucrtbased.dll;vcruntime140.dll @@ -118,13 +120,14 @@ true true NDEBUG;_WINDOWS;%(PreprocessorDefinitions) - MultiThreaded + MultiThreadedDLL Windows true true true + ucrtbase.dll;api-ms-win-crt-heap-l1-1-0.dll;api-ms-win-crt-locale-l1-1-0.dll;api-ms-win-crt-math-l1-1-0.dll;api-ms-win-crt-runtime-l1-1-0.dll;api-ms-win-crt-stdio-l1-1-0.dll;vcruntime140.DLL @@ -134,13 +137,14 @@ true NDEBUG;_WINDOWS;%(PreprocessorDefinitions) Size - MultiThreaded + MultiThreadedDLL Windows true true true + ucrtbase.dll;api-ms-win-crt-heap-l1-1-0.dll;api-ms-win-crt-locale-l1-1-0.dll;api-ms-win-crt-math-l1-1-0.dll;api-ms-win-crt-runtime-l1-1-0.dll;api-ms-win-crt-stdio-l1-1-0.dll;vcruntime140.DLL -- cgit v1.2.3