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-Tag: v3.9.0a1~880 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0dace3e979381426385c551b116d0f1434096ee;p=thirdparty%2FPython%2Fcpython.git bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) --- diff --git a/PCbuild/python_uwp.vcxproj b/PCbuild/python_uwp.vcxproj index af187dd4df30..14e138cbed3e 100644 --- a/PCbuild/python_uwp.vcxproj +++ b/PCbuild/python_uwp.vcxproj @@ -65,6 +65,15 @@ Console + + + Multithreaded + + + ucrt.lib;%(AdditionalDependencies) + libucrt;%(IgnoreSpecificDefaultLibraries) + +