From: Steve Dower Date: Wed, 16 Oct 2019 17:27:17 +0000 (-0700) Subject: bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7aebbd1182bc818324656b2fb764679faf51fdff;p=python bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) --- diff --git a/Misc/NEWS.d/next/Windows/2019-10-16-09-49-09.bpo-38492.Te1LxC.rst b/Misc/NEWS.d/next/Windows/2019-10-16-09-49-09.bpo-38492.Te1LxC.rst new file mode 100644 index 0000000000..41fe695413 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2019-10-16-09-49-09.bpo-38492.Te1LxC.rst @@ -0,0 +1 @@ +Remove ``pythonw.exe`` dependency on the Microsoft C++ runtime. 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) + +