diff options
author | Zachary Ware <zachary.ware@gmail.com> | 2014-11-02 03:34:09 (GMT) |
---|---|---|
committer | Zachary Ware <zachary.ware@gmail.com> | 2014-11-02 03:34:09 (GMT) |
commit | 21a2350a83d52969f20556cb64e2865203a4d082 (patch) | |
tree | 6f5142f51639af43cfba2eacfd7b3536f29cf1ca /PCbuild/rt.bat | |
parent | 33db23f53cd39b3e3f6b9b526601a85879abbcc5 (diff) | |
download | cpython-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.bat | 2 |
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 |