Lines Matching refs:goto
16 if "%~1" EQU "-h" goto Help
17 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
18 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
19 if "%~1" EQU "-arm32" (set BUILDARM32=1) && shift && goto CheckOpts
20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
21 if "%~1" EQU "-o" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
22 if "%~1" EQU "--out" (set OUTPUT="/p:OutputPath=%~2") && shift && shift && goto CheckOpts
23 if "%~1" EQU "-p" (set PACKAGES=%PACKAGES% %~2) && shift && shift && goto CheckOpts
24 if "%~1" EQU "--python-exe" (set PYTHON_EXE="/p:PythonExe=%~2") && shift && shift && goto CheckOpts
37 if errorlevel 1 goto :eof
40 if errorlevel 1 goto :eof
46 if errorlevel 1 goto :eof
49 if errorlevel 1 goto :eof
55 if errorlevel 1 goto :eof
58 if errorlevel 1 goto :eof