Lines Matching refs:echo
1 @echo off
6 echo.%~nx0 [flags and arguments]
7 echo.
8 echo.Download and build OpenSSL. This should only be performed in order to
9 echo.update the binaries kept online - in most cases, the files downloaded
10 echo.by the get_externals.bat script are sufficient for building CPython.
11 echo.
12 echo.Available flags:
13 echo. -h Display this help message
14 echo.
15 echo.Available arguments:
16 echo. --certificate (-c) The signing certificate to use for binaries.
17 echo. --organization The github organization to obtain sources from.
18 echo.
35 echo Unrecognized option: %1
40 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
43 if ERRORLEVEL 1 (echo Cannot locate python.exe on PATH or as PYTHON variable & exit /b 3)
48 if "%PERL%" == "" (echo Cannot locate perl.exe on PATH or as PERL variable & exit /b 4)