diff options
author | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-18 04:02:52 (GMT) |
---|---|---|
committer | Hirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp> | 2010-09-18 04:02:52 (GMT) |
commit | 35aa08376ba62ba02019bf81c0d84ea2c952a9df (patch) | |
tree | 8c31895c465ef765132584f3a9885cee96565b69 /PC | |
parent | 2cdacd74955387638ab860e8662215d4c800cb90 (diff) | |
download | cpython-35aa08376ba62ba02019bf81c0d84ea2c952a9df.zip cpython-35aa08376ba62ba02019bf81c0d84ea2c952a9df.tar.gz cpython-35aa08376ba62ba02019bf81c0d84ea2c952a9df.tar.bz2 |
Applied r84870 to older compilers.
Diffstat (limited to 'PC')
-rwxr-xr-x | PC/VS7.1/rt.bat | 2 | ||||
-rw-r--r-- | PC/VS8.0/rt.bat | 2 |
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
|