Lines Matching refs:echo
2 @echo off
72 if "%1" NEQ "" echo Invalid option: "%1" && exit /B 1
77 if not exist "%GIT%" echo Cannot find Git on PATH && exit /B 1
81 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
115 @echo off
136 echo Unknown platform %1
141 echo Deleting %BUILD%en-us
147 echo Deleting "%D%obj\Debug_%OBJDIR_PLAT%"
153 echo Deleting "%D%obj\Release_%OBJDIR_PLAT%"
169 @echo 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
173 @echo off
175 @echo call "%PCBUILD%build.bat" -d -e -p %BUILD_PLAT% -t %TARGET%
178 @rem build.bat turns echo back on, so we disable it again
179 @echo off
198 echo Skipping embeddable ZIP generation for ARM64 platform
207 echo Skipping Nuget package generation for ARM64 platform
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]
228 echo [--download DOWNLOAD URL] [--test TARGETDIR]
229 echo [-h]
230 echo.
231 echo --out (-o) Specify an additional output directory for installers
232 echo -x86 Build x86 installers
233 echo -x64 Build x64 installers
234 echo -arm64 Build ARM64 installers
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
238 echo --pgo Specify PGO command for x64 installers
239 echo --skip-pgo Build x64 installers without using PGO
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
243 echo --download Specify the full download URL for MSIs
244 echo --test Specify the test directory to run the installer tests
245 echo -h Display this help information
246 echo.
247 echo If no architecture is specified, all architectures will be built.
248 echo If --test is not specified, the installer tests are not run.
249 echo.
250 echo For the --pgo option, any Python command line can be used, or 'default' to
251 echo use the default task (-m test --pgo).
252 echo.
253 echo x86 and ARM64 builds will never use PGO. ARM64 builds will never generate
254 echo embeddable or Nuget packages.
255 echo.
256 echo The following substitutions will be applied to the download URL:
257 echo Variable Description Example
258 echo {version} version number 3.5.0
259 echo {arch} architecture amd64, win32
260 echo {releasename} release name a1, b2, rc3 (or blank for final)
261 echo {msi} MSI filename core.msi