Lines Matching refs:echo
1 @echo off
35 echo.Cleaning up external libraries.
48 where /Q git || echo Python 3.6 could not be found or installed, and git.exe is not on your PATH && exit /B 1
51 echo.Fetching external libraries...
66 echo.%%e already exists, skipping.
68 echo.Fetching %%e with git...
71 echo.Fetching %%e...
76 echo.Fetching external binaries...
86 echo.%%b already exists, skipping.
88 echo.Fetching %%b with git...
91 echo.Fetching %%b...
96 echo Finished.
100 echo.Valid options: -c, --clean, --clean-only, --organization, --python,
101 echo.--no-tkinter, --no-openssl
102 echo.
103 echo.Pull all sources and binaries necessary for compiling optional extension
104 echo.modules that rely on external libraries.
105 echo.
106 echo.The --organization option determines which github organization to download
107 echo.from, the --python option determines which Python 3.6+ interpreter to use
108 echo.with PCbuild\get_external.py.
109 echo.
110 echo.Use the -c or --clean option to remove the entire externals directory.
111 echo.
112 echo.Use the --clean-only option to do the same cleaning, without pulling in
113 echo.anything new.
114 echo.