~ubuntu-branches/ubuntu/saucy/python2.7/saucy-proposed

« back to all changes in this revision

Viewing changes to PCbuild/rt.bat

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-05-15 19:15:16 UTC
  • mto: (36.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 87.
  • Revision ID: package-import@ubuntu.com-20130515191516-zmv6to904wemey7s
Tags: upstream-2.7.5
ImportĀ upstreamĀ versionĀ 2.7.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
set suffix=
31
31
set qmode=
32
32
set dashO=
33
 
set tcltk=
 
33
set tcltk=tcltk
34
34
 
35
35
:CheckOpts
36
36
if "%1"=="-O" (set dashO=-O)     & shift & goto CheckOpts
38
38
if "%1"=="-d" (set suffix=_d)    & shift & goto CheckOpts
39
39
if "%1"=="-x64" (set prefix=amd64) & (set tcltk=tcltk64) & shift & goto CheckOpts
40
40
 
41
 
PATH %PATH%;..\..\%tcltk%\bin
 
41
PATH %PATH%;%~dp0..\..\%tcltk%\bin
42
42
set exe=%prefix%\python%suffix%
43
43
set cmd=%exe% %dashO% -Wd -3 -E -tt ../lib/test/regrtest.py %1 %2 %3 %4 %5 %6 %7 %8 %9
44
44
if defined qmode goto Qmode