Lines Matching refs:set

58 set platf=x64

59 set conf=Release
60 set target=Build
61 set dir=%~dp0
62 set parallel=/m
63 set verbose=/nologo /v:m /clp:summary
64 set kill=
65 set do_pgo=
66 set pgo_job=-m test --pgo
70 if "%~1"=="-c" (set conf=%2) & shift & shift & goto CheckOpts
71 if "%~1"=="-p" (set platf=%2) & shift & shift & goto CheckOpts
72 if "%~1"=="-r" (set target=Rebuild) & shift & goto CheckOpts
73 if "%~1"=="-t" (set target=%2) & shift & shift & goto CheckOpts
74 if "%~1"=="-d" (set conf=Debug) & shift & goto CheckOpts
75 if "%~1"=="-m" (set parallel=/m) & shift & goto CheckOpts
76 if "%~1"=="-M" (set parallel=) & shift & goto CheckOpts
77 if "%~1"=="-v" (set verbose=/v:n) & shift & goto CheckOpts
78 if "%~1"=="-vv" (set verbose=/v:d /ds) & shift & goto CheckOpts
79 if "%~1"=="-q" (set verbose=/v:q /nologo /clp:summary) & shift & goto CheckOpts
80 if "%~1"=="-k" (set kill=true) & shift & goto CheckOpts
81 if "%~1"=="--pgo" (set do_pgo=true) & shift & goto CheckOpts
82 if "%~1"=="--pgo-job" (set do_pgo=true) & (set pgo_job=%~2) & shift & shift & goto CheckOpts
83 if "%~1"=="--test-marker" (set UseTestMarker=true) & shift & goto CheckOpts
85 if "%~1"=="--regen" (set Regen=true) & shift & goto CheckOpts
88 rem anyway for visibility so set defaults after this
89 if "%~1"=="-e" (set IncludeExternals=true) & shift & goto CheckOpts
90 if "%~1"=="-E" (set IncludeExternals=false) & shift & goto CheckOpts
91 if "%~1"=="--no-ctypes" (set IncludeCTypes=false) & shift & goto CheckOpts
92 if "%~1"=="--no-ssl" (set IncludeSSL=false) & shift & goto CheckOpts
93 if "%~1"=="--no-tkinter" (set IncludeTkinter=false) & shift & goto CheckOpts
95 if "%IncludeExternals%"=="" set IncludeExternals=true
96 if "%IncludeCTypes%"=="" set IncludeCTypes=true
97 if "%IncludeSSL%"=="" set IncludeSSL=true
98 if "%IncludeTkinter%"=="" set IncludeTkinter=true
111 if not exist "%GIT%" where git > "%TEMP%\git.loc" 2> nul && set /P GIT= < "%TEMP%\git.loc" & del "%TEMP%\git.loc"
112 if exist "%GIT%" set GITProperty=/p:GIT="%GIT%"
113 if not exist "%GIT%" echo Cannot find Git on PATH & set GITProperty=
121 set PythonForBuild=%PYTHON%
129 set conf=PGInstrument
142 set conf=PGUpdate
143 set target=Build