[Python-checkins] r84875 - in python/branches/py3k/PC: VS7.1/rt.bat VS8.0/rt.bat

hirokazu.yamamoto python-checkins at python.org
Sat Sep 18 06:02:52 CEST 2010


Author: hirokazu.yamamoto
Date: Sat Sep 18 06:02:52 2010
New Revision: 84875

Log:
Applied r84870 to older compilers.

Modified:
   python/branches/py3k/PC/VS7.1/rt.bat
   python/branches/py3k/PC/VS8.0/rt.bat

Modified: python/branches/py3k/PC/VS7.1/rt.bat
==============================================================================
--- python/branches/py3k/PC/VS7.1/rt.bat	(original)
+++ python/branches/py3k/PC/VS7.1/rt.bat	Sat Sep 18 06:02:52 2010
@@ -27,7 +27,7 @@
 set exe=python
 set qmode=
 set dashO=
-PATH %PATH%;..\..\..\tcltk\bin
+PATH %PATH%;%~dp0..\..\..\tcltk\bin
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts

Modified: python/branches/py3k/PC/VS8.0/rt.bat
==============================================================================
--- python/branches/py3k/PC/VS8.0/rt.bat	(original)
+++ python/branches/py3k/PC/VS8.0/rt.bat	Sat Sep 18 06:02:52 2010
@@ -27,7 +27,7 @@
 set exe=python
 set qmode=
 set dashO=
-PATH %PATH%;..\..\..\tcltk\bin
+PATH %PATH%;%~dp0..\..\..\tcltk\bin
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts


More information about the Python-checkins mailing list