From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 13 Aug 2019 17:54:28 +0000 (-0700) Subject: bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) X-Git-Tag: v3.8.0b4~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=853eecc7692503fec8240fd9a74d9f88e0392630;p=python bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) (cherry picked from commit b0dace3e979381426385c551b116d0f1434096ee) Co-authored-by: Steve Dower --- 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) + +