Lines Matching refs:echo
1 @echo off
24 echo.Cleaning up external libraries.
37 echo.Fetching external libraries...
43 echo.%%e already exists, skipping.
45 echo.Fetching %%e...
50 echo.Fetching external tools...
63 echo.%%b already exists, skipping.
65 echo.Fetching %%b...
70 echo Finished.
74 echo.Valid options: -c, --clean, --clean-only, --organization, --python,
75 echo.--no-tkinter, --no-openssl
76 echo.
77 echo.Pull all sources and binaries necessary for compiling optional extension
78 echo.modules that rely on external libraries.
79 echo.
80 echo.The --organization option determines which github organization to download
81 echo.from, the --python option determines which Python 3.6+ interpreter to use
82 echo.with PCbuild\get_external.py.
83 echo.
84 echo.Use the -c or --clean option to remove the entire externals directory.
85 echo.
86 echo.Use the --clean-only option to do the same cleaning, without pulling in
87 echo.anything new.
88 echo.