[Python-checkins] r43190 - external/tix-8.4.0/win/python.mak

martin.v.loewis python-checkins at python.org
Tue Mar 21 14:19:57 CET 2006


Author: martin.v.loewis
Date: Tue Mar 21 14:19:57 2006
New Revision: 43190

Added:
   external/tix-8.4.0/win/python.mak   (contents, props changed)
Log:
Add Python-specific makefile

Added: external/tix-8.4.0/win/python.mak
==============================================================================
--- (empty file)
+++ external/tix-8.4.0/win/python.mak	Tue Mar 21 14:19:57 2006
@@ -0,0 +1,10 @@
+TCL_MAJOR=8
+TCL_MINOR=4
+TCL_PATCH=12
+INSTALL_DIR=..\..\tcltk
+TOOLS32=$(MSVCDIR)
+TOOLS32_rc=$(MSVCDIR)
+MKDIR=md
+RMDIR=rd
+
+!include "makefile.vc"


More information about the Python-checkins mailing list