Lines Matching refs:build
5 rem To use it to build alternative releases, you should clone this file
57 if "%1" EQU "--skip-build" (set SKIPBUILD=1) && shift && goto CheckOpts
61 if "%1" EQU "--build" (set TARGET=Build) && shift && goto CheckOpts
92 call :build x86
97 call :build x64 "%PGO%"
102 call :build ARM64
113 :build
169 @echo call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -t %TARGET% %PGOOPTS% %CERTOPTS%
170 @call "%PCBUILD%build.bat" -e -p %BUILD_PLAT% -t %TARGET% %PGOOPTS% %CERTOPTS%
172 @rem build.bat turns echo back on, so we disable it again
175 @echo call "%PCBUILD%build.bat" -d -e -p %BUILD_PLAT% -t %TARGET%
176 @call "%PCBUILD%build.bat" -d -e -p %BUILD_PLAT% -t %TARGET%
178 @rem build.bat turns echo back on, so we disable it again
226 echo buildrelease.bat [--out DIR] [-x86] [-x64] [-arm64] [--certificate CERTNAME] [--build] [--pgo COMMAND]
227 echo [--skip-build] [--skip-doc] [--skip-nuget] [--skip-zip] [--skip-pgo]
235 echo --build (-b) Incrementally build Python rather than rebuilding
236 echo --skip-build (-B) Do not build Python (just do the installers)
237 echo --skip-doc (-D) Do not build documentation
240 echo --skip-msi Do not build executable/MSI packages
241 echo --skip-nuget Do not build Nuget packages
242 echo --skip-zip Do not build embeddable package