summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-09-18 04:02:52 (GMT)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>2010-09-18 04:02:52 (GMT)
commit35aa08376ba62ba02019bf81c0d84ea2c952a9df (patch)
tree8c31895c465ef765132584f3a9885cee96565b69 /PC
parent2cdacd74955387638ab860e8662215d4c800cb90 (diff)
downloadcpython-35aa08376ba62ba02019bf81c0d84ea2c952a9df.zip
cpython-35aa08376ba62ba02019bf81c0d84ea2c952a9df.tar.gz
cpython-35aa08376ba62ba02019bf81c0d84ea2c952a9df.tar.bz2
Applied r84870 to older compilers.
Diffstat (limited to 'PC')
-rwxr-xr-xPC/VS7.1/rt.bat2
-rw-r--r--PC/VS8.0/rt.bat2
2 files changed, 2 insertions, 2 deletions
diff --git a/PC/VS7.1/rt.bat b/PC/VS7.1/rt.bat
index ba1d090..a910a79 100755
--- a/PC/VS7.1/rt.bat
+++ b/PC/VS7.1/rt.bat
@@ -27,7 +27,7 @@ setlocal
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
diff --git a/PC/VS8.0/rt.bat b/PC/VS8.0/rt.bat
index d691cbd..178775d 100644
--- a/PC/VS8.0/rt.bat
+++ b/PC/VS8.0/rt.bat
@@ -27,7 +27,7 @@ setlocal
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