From 7aebbd1182bc818324656b2fb764679faf51fdff Mon Sep 17 00:00:00 2001 From: Steve Dower Date: Wed, 16 Oct 2019 10:27:17 -0700 Subject: bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) --- PCbuild/pythonw_uwp.vcxproj | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'PCbuild') diff --git a/PCbuild/pythonw_uwp.vcxproj b/PCbuild/pythonw_uwp.vcxproj index 79e105877f..e2c0171049 100644 --- a/PCbuild/pythonw_uwp.vcxproj +++ b/PCbuild/pythonw_uwp.vcxproj @@ -65,6 +65,15 @@ Windows + + + Multithreaded + + + ucrt.lib;%(AdditionalDependencies) + libucrt;%(IgnoreSpecificDefaultLibraries) + + -- cgit v1.2.1