From: Hirokazu Yamamoto Date: Sat, 18 Sep 2010 04:02:52 +0000 (+0000) Subject: Applied r84870 to older compilers. X-Git-Tag: v3.2a3~228 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=35aa08376ba62ba02019bf81c0d84ea2c952a9df;p=thirdparty%2FPython%2Fcpython.git Applied r84870 to older compilers. --- diff --git a/PC/VS7.1/rt.bat b/PC/VS7.1/rt.bat index ba1d09051716..a910a794a9a2 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 d691cbd85a97..178775d1653a 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