]> granicus.if.org Git - python/commitdiff
Recorded rollback of revisions 84857,84870,84875 via svnmerge from
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Wed, 29 Sep 2010 08:38:37 +0000 (08:38 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Wed, 29 Sep 2010 08:38:37 +0000 (08:38 +0000)
svn+ssh://pythondev@svn.python.org/python/branches/py3k

PC/VS7.1/rt.bat
PC/VS8.0/rt.bat
PCbuild/rt.bat

index f05cf238a2f45ebf3c6fa1508125e194489bbce5..29801d29269a85d3043d1e20c824bd3c944515a2 100755 (executable)
@@ -27,7 +27,7 @@ setlocal
 set exe=python
 set qmode=
 set dashO=
-PATH %PATH%;%~dp0..\..\..\tcltk\bin
+PATH %PATH%;..\..\..\tcltk\bin
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts
index 2e0a681771081ba6033684b1999d4de0835f8e53..90fd794421d638e0bdecf1c6fa7ebf44b86d8ceb 100644 (file)
@@ -27,7 +27,7 @@ setlocal
 set exe=python\r
 set qmode=\r
 set dashO=\r
-PATH %PATH%;%~dp0..\..\..\tcltk\bin\r
+PATH %PATH%;..\..\..\tcltk\bin\r
 \r
 :CheckOpts\r
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts\r
index 9da1ed1b397079e74b993faf166d8d528170c389..ee1661a21ab52a4dc2920fffd28377cf339713d5 100644 (file)
@@ -30,7 +30,7 @@ set prefix=.\
 set suffix=
 set qmode=
 set dashO=
-set tcltk=tcltk
+set tcltk=
 
 :CheckOpts
 if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts
@@ -38,7 +38,7 @@ if "%1"=="-q" (set qmode=yes)    & shift & goto CheckOpts
 if "%1"=="-d" (set suffix=_d)    & shift & goto CheckOpts
 if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpts
 
-PATH %PATH%;%~dp0..\..\%tcltk%\bin
+PATH %PATH%;..\..\%tcltk%\bin
 set exe=%prefix%\python%suffix%
 set cmd=%exe% %dashO% -Wd -3 -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
 if defined qmode goto Qmode