Lines Matching refs:set
5 set HERE=%~dp0
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)
11 set DO_FETCH=true
12 set DO_CLEAN=false
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
33 if "%ORG%"=="" (set ORG=python)
39 set libraries=
52 set binaries=
54 set binaries=%binaries% binutils
55 set binaries=%binaries% gpg
56 set binaries=%binaries% htmlhelp
57 set binaries=%binaries% nuget
58 set binaries=%binaries% redist-1
59 set binaries=%binaries% wix-314