Lines Matching refs:goto
14 if "%~1" EQU "-h" goto Help
15 if "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
16 if "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
17 if "%~1" EQU "--doc" (set BUILDDOC=1) && shift && goto CheckOpts
18 if "%~1" EQU "--no-test-marker" (set BUILDTEST=) && shift && goto CheckOpts
19 if "%~1" EQU "--pack" (set BUILDPACK=1) && shift && goto CheckOpts
20 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
30 if errorlevel 1 goto :eof
32 if errorlevel 1 goto :eof
36 if errorlevel 1 goto :eof
38 if errorlevel 1 goto :eof
43 if errorlevel 1 goto :eof
62 if errorlevel 1 goto :eof
66 if errorlevel 1 goto :eof