From 28fe1e90fc4d34381553b7faf2f4c331bcaef669 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Thu, 28 May 2020 17:36:31 -0400 Subject: [PATCH 2/2] static crt changes crt linkage of pythoncore to static. --- PCbuild/pythoncore.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index dbe236829a..1a4ddb5cea 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -104,6 +104,10 @@ $(zlibDir);%(AdditionalIncludeDirectories) _USRDLL;Py_BUILD_CORE;Py_BUILD_CORE_BUILTIN;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions) _Py_HAVE_ZLIB;%(PreprocessorDefinitions) + MultiThreadedDebug + MultiThreadedDebug + MultiThreaded + MultiThreaded version.lib;shlwapi.lib;ws2_32.lib;pathcch.lib;%(AdditionalDependencies) -- 2.28.0.windows.1