[Python-checkins] r59361 - external/tix-8.4.0/win/python9.mak

martin.v.loewis python-checkins at python.org
Wed Dec 5 19:47:10 CET 2007


Author: martin.v.loewis
Date: Wed Dec  5 19:47:10 2007
New Revision: 59361

Added:
   external/tix-8.4.0/win/python9.mak   (contents, props changed)
Log:
Add project file for use with VS 2009.

Added: external/tix-8.4.0/win/python9.mak
==============================================================================
--- (empty file)
+++ external/tix-8.4.0/win/python9.mak	Wed Dec  5 19:47:10 2007
@@ -0,0 +1,10 @@
+TCL_MAJOR=8
+TCL_MINOR=4
+TCL_PATCH=16
+INSTALL_DIR=..\..\tcltk
+TOOLS32=$(VCINSTALLDIR)
+TOOLS32_rc=$(VCINSTALLDIR)
+MKDIR=md
+RMDIR=rd
+
+!include "makefile.vc"


More information about the Python-checkins mailing list