summaryrefslogtreecommitdiffstats
path: root/PCbuild/rt.bat
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2014-11-02 03:34:09 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2014-11-02 03:34:09 (GMT)
commit21a2350a83d52969f20556cb64e2865203a4d082 (patch)
tree6f5142f51639af43cfba2eacfd7b3536f29cf1ca /PCbuild/rt.bat
parent33db23f53cd39b3e3f6b9b526601a85879abbcc5 (diff)
downloadcpython-21a2350a83d52969f20556cb64e2865203a4d082.zip
cpython-21a2350a83d52969f20556cb64e2865203a4d082.tar.gz
cpython-21a2350a83d52969f20556cb64e2865203a4d082.tar.bz2
Issue #17896: Move Windows external lib sources from .. to externals.
Diffstat (limited to 'PCbuild/rt.bat')
-rw-r--r--PCbuild/rt.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/rt.bat b/PCbuild/rt.bat
index 9da1ed1..12ea6eb 100644
--- a/PCbuild/rt.bat
+++ b/PCbuild/rt.bat
@@ -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%;%~dp0..\externals\%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