[ python-Patches-1767787 ] MSVC++8 x86 tkinter build patch for trunk
"SourceForge.net" <[email protected]> Sat, 04 Aug 2007 17:09:42 -0700
| Newsgroups | gmane.comp.python.patches |
|---|---|
| Message-ID | <[email protected]> |
Patches item #1767787, was opened at 2007-08-05 10:09 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1767787&group_id=5470 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Build Group: Python 2.6 Status: Open Resolution: None Priority: 5 Private: No Submitted By: brotchie (brotch) Assigned to: Nobody/Anonymous (nobody) Summary: MSVC++8 x86 tkinter build patch for trunk Initial Comment: Project file for building tkinter module with MSVC++8 on trunk does not include paths to tcltk include directory and tcl84.lib, tk84.lib libraries. Modifications to _tkinter.vcproj as follows: - Added preprocessor directive WITH_APPINIT to all x86 configurations. - Added tcltk include path at ../../../tcltk/include - Added tcl/tk libs at ../../../tcltk/lib/tcl84.lib and ../../../tcltk/lib/tk84.lib Assumes trunk is at ........\dist\trunk and tcltk is at ........\dist\tcltk. This maintains the structure specified in PCbuild8\readme.txt. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1767787&group_id=5470