Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/PCbuild/rt.bat

    r2 r391  
    3131set qmode=
    3232set dashO=
    33 set tcltk=
     33set tcltk=tcltk
    3434
    3535:CheckOpts
     
    3939if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpts
    4040
    41 PATH %PATH%;..\..\%tcltk%\bin
     41PATH %PATH%;%~dp0..\..\%tcltk%\bin
    4242set exe=%prefix%\python%suffix%
    43 set cmd=%exe% %dashO% -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
     43set cmd=%exe% %dashO% -Wd -3 -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
    4444if defined qmode goto Qmode
    4545
Note: See TracChangeset for help on using the changeset viewer.