Lines Matching refs:goto
15 if "%~1" EQU "-h" goto Help
16 if /I "%~1" EQU "-x86" (set BUILDX86=1) && shift && goto CheckOpts
17 if /I "%~1" EQU "-Win32" (set BUILDX86=1) && shift && goto CheckOpts
18 if /I "%~1" EQU "-x64" (set BUILDX64=1) && shift && goto CheckOpts
19 if /I "%~1" EQU "-arm64" (set BUILDARM64=1) && shift && goto CheckOpts
20 if "%~1" EQU "--doc" (set BUILDDOC=1) && shift && goto CheckOpts
21 if "%~1" EQU "--no-test-marker" (set BUILDTEST=) && shift && goto CheckOpts
22 if "%~1" EQU "--test-marker" (set BUILDTEST=--test-marker) && shift && goto CheckOpts
23 if "%~1" EQU "--pack" (set BUILDPACK=1) && shift && goto CheckOpts
24 if "%~1" EQU "-r" (set REBUILD=-r) && shift && goto CheckOpts