From 121faf2ee21bcb16ab6074433723bb2db1104cae Mon Sep 17 00:00:00 2001 From: yurybura Date: Tue, 26 Mar 2019 16:09:04 +0300 Subject: [python3] Update to v3.7.3 --- ports/python3/0002-Static-CRT.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 ports/python3/0002-Static-CRT.patch (limited to 'ports/python3/0002-Static-CRT.patch') diff --git a/ports/python3/0002-Static-CRT.patch b/ports/python3/0002-Static-CRT.patch deleted file mode 100644 index 8f63aa092..000000000 --- a/ports/python3/0002-Static-CRT.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- a/PCbuild/pythoncore.vcxproj -+++ b/PCbuild/pythoncore.vcxproj -@@ -68,6 +68,10 @@ - /Zm200 %(AdditionalOptions) - $(PySourcePath)Python;$(PySourcePath)Modules\zlib;%(AdditionalIncludeDirectories) - _USRDLL;Py_BUILD_CORE;Py_NO_ENABLE_SHARED;MS_DLL_ID="$(SysWinVer)";%(PreprocessorDefinitions) -+ MultiThreadedDebug -+ MultiThreadedDebug -+ MultiThreaded -+ MultiThreaded - - - version.lib;shlwapi.lib;ws2_32.lib;%(AdditionalDependencies) --- - -- cgit v1.2.3