Patches item #1767787, was opened at 2007-08-05 00:09 Message generated for change (Comment added) made by krisvale 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: Kristj�n Valur (krisvale) 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. ---------------------------------------------------------------------- >Comment By: Kristj�n Valur (krisvale) Date: 2007-08-07 13:04 Message: Logged In: YES user_id=1262199 Originator: NO looks fine to me, at least from viewing the patch file. I couldn´t apply it, it is not a regular patch file. It affects only the tkinter.vcproj project. ---------------------------------------------------------------------- Comment By: Martin v. Löwis (loewis) Date: 2007-08-07 06:38 Message: Logged In: YES user_id=21627 Originator: NO Kristjan, can you take a look? If not, please unassign. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1767787&group_id=5470
_______________________________________________ Patches mailing list Patches@python.org http://mail.python.org/mailman/listinfo/patches