From 853eecc7692503fec8240fd9a74d9f88e0392630 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 13 Aug 2019 10:54:28 -0700 Subject: bpo-37841: Remove python_uwp dependency on msvcp140.dll (GH-15253) (cherry picked from commit b0dace3e979381426385c551b116d0f1434096ee) Co-authored-by: Steve Dower --- PCbuild/python_uwp.vcxproj | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/PCbuild/python_uwp.vcxproj b/PCbuild/python_uwp.vcxproj index af187dd..14e138c 100644 --- a/PCbuild/python_uwp.vcxproj +++ b/PCbuild/python_uwp.vcxproj @@ -65,6 +65,15 @@ Console + + + Multithreaded + + + ucrt.lib;%(AdditionalDependencies) + libucrt;%(IgnoreSpecificDefaultLibraries) + + -- cgit v0.12