Lines Matching refs:if
6 if "%PCBUILD%"=="" (set PCBUILD=%HERE%..\..\PCbuild\)
7 if "%EXTERNALS_DIR%"=="" (set EXTERNALS_DIR=%HERE%..\..\externals\windows-installer)
8 if "%NUGET%"=="" (set NUGET=%EXTERNALS_DIR%\..\nuget.exe)
9 if "%NUGET_URL%"=="" (set NUGET_URL=https://aka.ms/nugetclidl)
15 if "%~1"=="--python" (set PYTHON=%2) & shift & shift & goto CheckOpts
16 if "%~1"=="--organization" (set ORG=%2) & shift & shift & goto CheckOpts
17 if "%~1"=="-c" (set DO_CLEAN=true) & shift & goto CheckOpts
18 if "%~1"=="--clean" (set DO_CLEAN=true) & shift & goto CheckOpts
19 if "%~1"=="--clean-only" (set DO_FETCH=false) & goto clean
20 if "x%~1" NEQ "x" goto usage
22 if "%DO_CLEAN%"=="false" goto fetch
25 if exist "%EXTERNALS_DIR%" (
30 if "%DO_FETCH%"=="false" goto end
33 if "%ORG%"=="" (set ORG=python)
42 if exist "%EXTERNALS_DIR%\%%e" (
62 if exist "%EXTERNALS_DIR%\%%b" (