From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 17 Apr 2020 23:31:28 +0000 (-0700) Subject: bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) X-Git-Tag: v3.7.8rc1~90 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c46dc6f72b4b23a33e66f196f174602d520716df;p=thirdparty%2FPython%2Fcpython.git bpo-38492: Remove pythonw.exe dependency on the Microsoft C++ runtime (GH-16824) (cherry picked from commit 7aebbd1182bc818324656b2fb764679faf51fdff) Co-authored-by: Steve Dower --- 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 000000000000..41fe695413f9 --- /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 3da05e351d48..6ff6abb57161 100644 --- a/PCbuild/pythonw_uwp.vcxproj +++ b/PCbuild/pythonw_uwp.vcxproj @@ -66,6 +66,15 @@ Windows + + + Multithreaded + + + ucrt.lib;%(AdditionalDependencies) + libucrt;%(IgnoreSpecificDefaultLibraries) + +