This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jkloth
Recipients jkloth
Date 2012-09-18.19:36:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347996983.92.0.069726969781.issue15968@psf.upfronthosting.co.za>
In-reply-to
Content
This patch incorporates Tcl/Tk/Tix into the MSVC build in the same fashion as OpenSSL has been done.

Highlights:
- A new project, tcltk, is added that simply calls the Python script build_tkinter.py to build the externals.
- New helper module PCbuild/buildlib.py to parse and evaluate the MSBuild property files.
- build_tkinter.py is updated to use MSBuild properties for locating the sources.
- The tcltk output directory is now inside the PCbuild directory to enable different Tcl/Tk/Tix versions for different Python versions
History
Date User Action Args
2012-09-18 19:36:24jklothsetrecipients: + jkloth
2012-09-18 19:36:23jklothsetmessageid: <1347996983.92.0.069726969781.issue15968@psf.upfronthosting.co.za>
2012-09-18 19:36:23jklothlinkissue15968 messages
2012-09-18 19:36:21jklothcreate