]> granicus.if.org Git - python/commit
Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build
authorZachary Ware <zachary.ware@gmail.com>
Sat, 22 Mar 2014 03:58:19 +0000 (22:58 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Sat, 22 Mar 2014 03:58:19 +0000 (22:58 -0500)
commita191b91a4373937e7545b92d875160a5f66a2f3e
treebb510e5b0885a8823deb00b4c5362b597eb74233
parent04ea84a20da667e39790827b978b21732753bd91
Issue #15968: Incorporated Tcl, Tk, and Tix builds into the Windows build
solution.

Currently, Tix is not built in Debug configuration.

This change also:
- simplifies some Tcl/Tk-related msbuild properties for _tkinter
- copies the Tcl and Tk DLLs into the build output directory, meaning
  they will always be available after a build without having to copy
  them manually or change PATH
- removes PCbuild/build_tkinter.py: the solution does the build without
  needing to invoke Python (so Tcl/Tk/Tix can be built in parallel with
  the rest of the build using the `/m` msbuild command line switch)
- removes an outdated README concerning building Tcl/Tk on AMD64
18 files changed:
Misc/NEWS
PCbuild/_tkinter.vcxproj
PCbuild/build_tkinter.py [deleted file]
PCbuild/debug.props
PCbuild/pcbuild.sln
PCbuild/pyproject.props
PCbuild/readme.txt
PCbuild/release.props
PCbuild/rt.bat
PCbuild/tcl.vcxproj [new file with mode: 0644]
PCbuild/tcltk.props [new file with mode: 0644]
PCbuild/tix.vcxproj [new file with mode: 0644]
PCbuild/tk.vcxproj [new file with mode: 0644]
PCbuild/x64.props
Tools/buildbot/README.tcltk-AMD64 [deleted file]
Tools/buildbot/external-amd64.bat
Tools/buildbot/external-common.bat
Tools/buildbot/external.bat