]> granicus.if.org Git - python/commit
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)
authorSteve Dower <steve.dower@microsoft.com>
Mon, 17 Jul 2017 09:15:48 +0000 (11:15 +0200)
committerGitHub <noreply@github.com>
Mon, 17 Jul 2017 09:15:48 +0000 (11:15 +0200)
commit68d663cf85d1ac5eaf83482eed39c0a6f8093601
treefe26ff995655c31aca2d5c0f7bc4f8048cca5cc4
parent49f6449ef4b81537c19b82329caaf60596c516c2
[bpo-30916] Pre-build OpenSSL and Tcl/Tk for Windows (#2688)

Updates ssl and tkinter projects to use pre-built externals
34 files changed:
Doc/make.bat
Lib/test/test_ssl.py
Misc/NEWS.d/next/Windows/2017-07-15-00-40-12.bpo-30916.BpCrro.rst [new file with mode: 0644]
Modules/_ssl.c
PCbuild/_hashlib.vcxproj
PCbuild/_ssl.vcxproj
PCbuild/_ssl.vcxproj.filters
PCbuild/_tkinter.vcxproj
PCbuild/build.bat
PCbuild/find_msbuild.bat
PCbuild/find_python.bat [new file with mode: 0644]
PCbuild/get_externals.bat
PCbuild/libeay.vcxproj [deleted file]
PCbuild/openssl.props
PCbuild/openssl.vcxproj [new file with mode: 0644]
PCbuild/pcbuild.proj
PCbuild/pcbuild.sln
PCbuild/prepare_ssl.bat
PCbuild/prepare_ssl.py
PCbuild/prepare_tcltk.bat [new file with mode: 0644]
PCbuild/pyproject.props
PCbuild/python.props
PCbuild/ssleay.vcxproj [deleted file]
PCbuild/tcl.vcxproj
PCbuild/tcltk.props
PCbuild/tix.vcxproj
PCbuild/tk.vcxproj
Tools/msi/buildrelease.bat
Tools/msi/exe/exe.wixproj
Tools/msi/get_externals.bat
Tools/msi/lib/lib_files.wxs
Tools/msi/tcltk/tcltk.wixproj
Tools/msi/tcltk/tcltk_d.wxs
Tools/msi/tcltk/tcltk_files.wxs