]> granicus.if.org Git - python/commitdiff
Applied r84870 to older compilers.
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sat, 18 Sep 2010 04:02:52 +0000 (04:02 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sat, 18 Sep 2010 04:02:52 +0000 (04:02 +0000)
PC/VS7.1/rt.bat
PC/VS8.0/rt.bat

index ba1d09051716975fb0b284fca2d88a7641e645fe..a910a794a9a266cd839c038546852a5b9a24bf36 100755 (executable)
@@ -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
index d691cbd85a97a675c856724fc635c5da631bd8d3..178775d1653a96303df88badedae94a8fde8613e 100644 (file)
@@ -27,7 +27,7 @@ setlocal
 set exe=python\r
 set qmode=\r
 set dashO=\r
-PATH %PATH%;..\..\..\tcltk\bin\r
+PATH %PATH%;%~dp0..\..\..\tcltk\bin\r
 \r
 :CheckOpts\r
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts\r