Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/PCbuild/rt.bat

    r2 r388  
    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.