Lines Matching refs:goto
2 goto Run
65 if "%~1"=="-h" goto Usage
66 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts
67 if "%~1"=="-p" (set platf=%2) & shift & shift & goto CheckOpts
68 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
69 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts
70 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts
71 if "%~1"=="-m" (set parallel=/m) & shift & goto CheckOpts
72 if "%~1"=="-M" (set parallel=) & shift & goto CheckOpts
73 if "%~1"=="-v" (set verbose=/v:n) & shift & goto CheckOpts
74 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts
75 if "%~1"=="--pgo" (set do_pgo=true) & shift & goto CheckOpts
76 if "%~1"=="--pgo-job" (set do_pgo=true) & (set pgo_job=%~2) & shift & shift & goto CheckOpts
77 if "%~1"=="--test-marker" (set UseTestMarker=true) & shift & goto CheckOpts
78 if "%~1"=="-V" shift & goto Version
82 if "%~1"=="-e" (set IncludeExternals=true) & shift & goto CheckOpts
83 if "%~1"=="-E" (set IncludeExternals=false) & shift & goto CheckOpts
84 if "%~1"=="--no-ssl" (set IncludeSSL=false) & shift & goto CheckOpts
85 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts
124 goto Build
132 goto :eof
147 goto :eof