Lines Matching refs:goto

2 goto Run

69 if "%~1"=="-h" goto Usage
70 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts
71 if "%~1"=="-p" (set platf=%2) & shift & shift & goto CheckOpts
72 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
73 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts
74 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts
75 if "%~1"=="-m" (set parallel=/m) & shift & goto CheckOpts
76 if "%~1"=="-M" (set parallel=) & shift & goto CheckOpts
77 if "%~1"=="-v" (set verbose=/v:n) & shift & goto CheckOpts
78 if "%~1"=="-vv" (set verbose=/v:d /ds) & shift & goto CheckOpts
79 if "%~1"=="-q" (set verbose=/v:q /nologo /clp:summary) & shift & goto CheckOpts
80 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts
81 if "%~1"=="--pgo" (set do_pgo=true) & shift & goto CheckOpts
82 if "%~1"=="--pgo-job" (set do_pgo=true) & (set pgo_job=%~2) & shift & shift & goto CheckOpts
83 if "%~1"=="--test-marker" (set UseTestMarker=true) & shift & goto CheckOpts
84 if "%~1"=="-V" shift & goto Version
85 if "%~1"=="--regen" (set Regen=true) & shift & goto CheckOpts
89 if "%~1"=="-e" (set IncludeExternals=true) & shift & goto CheckOpts
90 if "%~1"=="-E" (set IncludeExternals=false) & shift & goto CheckOpts
91 if "%~1"=="--no-ctypes" (set IncludeCTypes=false) & shift & goto CheckOpts
92 if "%~1"=="--no-ssl" (set IncludeSSL=false) & shift & goto CheckOpts
93 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts
126 if "%regen%"=="true" goto :Regen
145 goto :Build