From: Steve Dower Date: Tue, 13 Aug 2019 17:34:07 +0000 (-0700) Subject: bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b0dace3e979381426385c551b116d0f1434096ee;p=python bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) --- diff --git a/PCbuild/python_uwp.vcxproj b/PCbuild/python_uwp.vcxproj index af187dd4df..14e138cbed 100644 --- a/PCbuild/python_uwp.vcxproj +++ b/PCbuild/python_uwp.vcxproj @@ -65,6 +65,15 @@ Console + + + Multithreaded + + + ucrt.lib;%(AdditionalDependencies) + libucrt;%(IgnoreSpecificDefaultLibraries) + +