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 ocean-city
Recipients ocean-city
Date 2009-01-04.20:06:52
SpamBayes Score 0.42395943
Marked as misclassified No
Message-id <1231099614.05.0.848880488218.issue4837@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, to install tix we need long command like this.

nmake -f python.mak TCL_MAJOR=8 TCL_MINOR=5 TCL_PATCH=2 MACHINE=IX86 
DEBUG=0 INSTALL_DIR=..\..\tcltk install

This patch enables us to omit MACHINE and DEBUG. (Precisely, can omit 
MACHINE if CPU is i386)

This patch is for http://svn.python.org/projects/external/tix-8.4.3.1
History
Date User Action Args
2009-01-04 20:06:54ocean-citysetrecipients: + ocean-city
2009-01-04 20:06:54ocean-citysetmessageid: <1231099614.05.0.848880488218.issue4837@psf.upfronthosting.co.za>
2009-01-04 20:06:53ocean-citylinkissue4837 messages
2009-01-04 20:06:52ocean-citycreate