]> granicus.if.org Git - python/commit
Clean up Tcl/Tk building in the Windows buildbot scripts.
authorZachary Ware <zachary.ware@gmail.com>
Thu, 5 Jun 2014 16:44:22 +0000 (11:44 -0500)
committerZachary Ware <zachary.ware@gmail.com>
Thu, 5 Jun 2014 16:44:22 +0000 (11:44 -0500)
commit4a01fd2d65c8db3b9c66aa523673c994731e8517
treefadf92cde61c056b695c21bd2c00333ca515c641
parentf9e49dd346711dff6d4301a2edc0ca23f7f12b6f
Clean up Tcl/Tk building in the Windows buildbot scripts.

- Nix the 'noxp' option, it was for Win2k compatibility (which was dropped
  with Python 3.3) and made default ttk ugly on post-Win2k systems (#21665)
- Use 'OPTS=symbols' instead of 'DEBUG=1'; symbols is the official method
- Use core, shell, dlls, install-binaries, and install-libraries targets
  instead of all and install to avoid trying to 1) build packages that don't
  work with MSVC 10+ and 2) install unnecessary bits and pieces.
Tools/buildbot/external-amd64.bat
Tools/buildbot/external.bat