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 "--test-marker" (set BUILDTEST=--test-marker) && shift && goto CheckOpts
20 if "%~1" EQU "--pack" (set BUILDPACK=1) && shift && goto CheckOpts
21 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts
31 if errorlevel 1 goto :eof
33 if errorlevel 1 goto :eof
37 if errorlevel 1 goto :eof
39 if errorlevel 1 goto :eof
44 if errorlevel 1 goto :eof
63 if errorlevel 1 goto :eof
67 if errorlevel 1 goto :eof