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 brotch
Recipients
Date 2007-08-05.00:09:42
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:59:33adminlinkissue1767787 messages
2007-08-23 15:59:33admincreate