Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940e207 commit 4bcf5a5Copy full SHA for 4bcf5a5
1 file changed
PCbuild/rt.bat
@@ -30,13 +30,15 @@ set prefix=.\
30
set suffix=
31
set qmode=
32
set dashO=
33
+set tcltk=tcltk
34
35
:CheckOpts
36
if "%1"=="-O" (set dashO=-O) & shift & goto CheckOpts
37
if "%1"=="-q" (set qmode=yes) & shift & goto CheckOpts
38
if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts
-if "%1"=="-x64" (set prefix=amd64) & shift & goto CheckOpts
39
+if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpts
40
41
+PATH %PATH%;%~dp0..\..\%tcltk%\bin
42
set exe=%prefix%\python%suffix%
43
set cmd=%exe% %dashO% -Wd -E -bb ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
44
if defined qmode goto Qmode
0 commit comments