[Python-checkins] python/dist/src/PC tix.diff,1.1,1.2
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Tue Aug 31 18:19:03 CEST 2004
Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26735
Modified Files:
tix.diff
Log Message:
Fix installdir for Tix
Index: tix.diff
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/tix.diff,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- tix.diff 31 Aug 2004 06:43:28 -0000 1.1
+++ tix.diff 31 Aug 2004 16:19:01 -0000 1.2
@@ -10,7 +10,7 @@
ITCL_VER =
-INSTALLDIR = C:\progra~1\tcl
-+INSTALLDIR = ..\..\tcl84
++INSTALLDIR = ..\..\tcltk
!IFNDEF TIX_DEBUG
NODEBUG = 1
More information about the Python-checkins
mailing list