Home
last modified time | relevance | path

Searched refs:echo (Results 1 - 25 of 159) sorted by relevance

1234567

/third_party/pcre2/pcre2/
H A DRunGrepTest.bat1 @echo off
26 echo ** %pcre2grep% does not exist.
31 echo ** %pcre2test% does not exist.
36 echo Testing %pcre2grep_version%
65 echo Cannot find the testdata directory
80 echo Default newline setting forced to LF
86 echo WScript.StdOut.Write(WScript.Arguments(0).replace(/\\r/g, "\r").replace(/\\n/g, "\n")) >printf.js
91 echo Testing pcre2grep main features
93 echo ---------------------------- Test 1 ------------------------------>testtrygrep
95 echo R
[all...]
H A DRunTest.bat1 @echo off
40 Error: echo distribution testdata folder not found!
48 echo source dir is %srcdir%
49 echo pcre2test=%pcre2test%
52 echo Error: %pcre2test% not found!
53 echo.
120 echo Invalid test number - %%a!
121 echo Usage %0 [ test_number ] ...
122 echo Where test_number is one or more optional test numbers 1 through 23, default is all tests.
154 @echo RunTes
[all...]
/third_party/libuv/docs/
H A Dmake.bat21 echo.Please use `make ^<target^>` where ^<target^> is one of
22 echo. html to make standalone HTML files
23 echo. dirhtml to make HTML files named index.html in directories
24 echo. singlehtml to make a single large HTML file
25 echo. pickle to make pickle files
26 echo. json to make JSON files
27 echo. htmlhelp to make HTML files and a HTML help project
28 echo. qthelp to make HTML files and a qthelp project
29 echo. devhelp to make HTML files and a Devhelp project
30 echo
[all...]
/third_party/nghttp2/doc/
H A Dmake.bat18 echo.Please use `make ^<target^>` where ^<target^> is one of
19 echo. html to make standalone HTML files
20 echo. dirhtml to make HTML files named index.html in directories
21 echo. singlehtml to make a single large HTML file
22 echo. pickle to make pickle files
23 echo. json to make JSON files
24 echo. htmlhelp to make HTML files and a HTML help project
25 echo. qthelp to make HTML files and a qthelp project
26 echo. devhelp to make HTML files and a Devhelp project
27 echo
[all...]
/third_party/python/PCbuild/
H A Dbuild.bat1 @echo off
4 echo.%~nx0 [flags and arguments] [quoted MSBuild options]
5 echo.
6 echo.Build CPython from the command line. Requires the appropriate
7 echo.version(s) of Microsoft Visual Studio to be installed (see readme.txt).
8 echo.
9 echo.After the flags recognized by this script, up to 9 arguments to be passed
10 echo.directly to MSBuild may be passed. If the argument contains an '=', the
11 echo.entire argument must be quoted (e.g. `%~nx0 "/p:PlatformToolset=v100"`).
12 echo
[all...]
H A Dprepare_libffi.bat1 @echo off
5 echo.
6 echo Before running prepare_libffi.bat
7 echo LIBFFI_SOURCE environment variable must be set to the location of
8 echo of python-source-deps clone of libffi branch
9 echo VCVARSALL must be set to location of vcvarsall.bat
10 echo cygwin must be installed (see below)
11 echo SH environment variable must be set to the location of sh.exe
12 echo.
13 echo Teste
[all...]
H A Dget_externals.bat1 @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
[all...]
H A Dprepare_ssl.bat1 @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
[all...]
H A Dprepare_tcltk.bat1 @echo off
6 echo.%~nx0 [flags and arguments]
7 echo.
8 echo.Download and build Tcl/Tk. 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
[all...]
/third_party/icu/icu4c/source/samples/all/
H A Dsamplecheck.bat1 @echo off
13 echo Usage: %0 "x86 or x64" "Debug or Release"
18 echo Usage: %0 %1 "Debug or Release"
32 echo Error '%ICU_BINDIR%' does not exist!
33 echo Have you built all of ICU yet ?
38 echo Setting codepage to UTF-8
41 echo Testing ICU samples in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
74 @echo.
75 @echo ==== %THT% =========================================================================
80 @echo
[all...]
/third_party/skia/third_party/externals/icu/source/samples/all/
H A Dsamplecheck.bat1 @echo off
13 echo Usage: %0 "x86 or x64" "Debug or Release"
18 echo Usage: %0 %1 "Debug or Release"
32 echo Error '%ICU_BINDIR%' does not exist!
33 echo Have you built all of ICU yet ?
38 echo Setting codepage to UTF-8
41 echo Testing ICU samples in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
74 @echo.
75 @echo ==== %THT% =========================================================================
80 @echo
[all...]
/third_party/python/Tools/msi/
H A Dget_externals.bat1 @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
[all...]
H A Dbuildrelease.bat2 @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 cal
[all...]
H A Dtestrelease.bat2 @echo off
50 @echo on
58 @echo Installing %1 into %2
62 @echo Printing version
67 @echo Capturing Start Menu
71 @echo Capturing registry
73 echo %%f >> "%~2\hkcr.txt"
83 @echo Installing package
90 @echo Testing Tcl/tk
98 @echo Resul
[all...]
/third_party/curl/projects/
H A Dbuild-wolfssl.bat1 @echo off
177 echo.
190 echo.
266 echo.
267 echo Error: build: wolfssl64.sln not found in "%CD%"
282 echo.
283 echo Error: build: Configuration not recognized.
288 echo.
289 echo Error: build: Platform not recognized.
295 echo
[all...]
H A Dgenerate.bat1 @echo off
97 echo.
100 echo Generating VC10 project files
104 echo Removing VC10 project files
112 echo.
115 echo Generating VC11 project files
119 echo Removing VC11 project files
127 echo.
130 echo Generating VC12 project files
134 echo Removin
[all...]
H A Dbuild-openssl.bat1 @echo off
131 echo.
132 echo Error. Please provide VS Path.
140 echo.
141 echo Error. Please provide Perl root Path.
228 echo.
241 echo.
243 cd /d "%START_DIR%" || (echo Error: Failed cd start & exit /B 1)
377 cd /d "%TMP_BUILD_PATH%" || (echo Error: Failed cd build & exit /B 1)
458 cd /d "%TMP_BUILD_PATH%" || (echo Erro
[all...]
/third_party/python/Doc/
H A Dmake.bat1 @echo off
15 echo Installing sphinx with %PYTHON%
24 echo Installing python-docs-theme with %PYTHON%
32 echo Installing blurb with %PYTHON%
43 echo Installing sphinx-lint with %PYTHON%
61 echo.
62 echo.The HTML Help Workshop was not found. Set the HTMLHELP variable
63 echo.to the path to hhc.exe or download and install it from
64 echo.http://msdn.microsoft.com/en-us/library/ms669985
85 echo
[all...]
/third_party/curl/
H A Dbuildconf.bat1 @echo off
74 echo.
75 echo Generating prerequisite files
83 echo.
84 echo Removing prerequisite files
107 echo * %CD%\Makefile
117 echo * %CD%\src\tool_hugehelp.c
130 echo.
131 echo Configuring c-ares build environment
155 echo *
[all...]
/third_party/skia/third_party/externals/tint/kokoro/windows/
H A Dbuild.bat15 @echo off
22 echo %TASK_NAME% starting at %Time%
27 echo %TASK_NAME% completed at %Time%
32 echo.
33 echo.
35 echo.
36 echo *****************************************************************
37 echo %~1
38 echo *****************************************************************
39 echo
[all...]
/third_party/icu/icu4c/source/allinone/
H A Dicucheck.bat1 @echo off
14 echo Usage: %0 "x86 or x64 or ARM or ARM64" "Debug or Release"
19 echo Usage: %0 %1 "Debug or Release"
39 echo testing ICU in %ICU_ICUDIR% arch=%ICU_ARCH% type=%ICU_DBRL%
53 @echo on
56 @echo ==== %THT% =========================================================================
66 @echo ==== %THT% =========================================================================
77 @echo ==== %THT% =========================================================================
88 @echo ==== %THT% =========================================================================
100 @REM @echo
[all...]
/third_party/musl/scripts/
H A Druntest_Windows.bat1 @echo off
21 echo checking HDC device
23 echo Device list:
24 echo %%c | findstr "[Empty]" && goto noDevice || echo %%c && goto CheckDirectory
28 echo checking TESTDIR
30 echo TESTDIR: %TESTDIR%
32 echo Error: path "%TESTDIR%" was not found.
48 echo Error: so shoul not exist in %TESTDIR%, you should modify your part_name in gn to set so in %DYNLIB%.
49 echo Tota
[all...]
/third_party/astc-encoder/Test/
H A Dmake.bat17 echo.
18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
19 echo.installed, then set the SPHINXBUILD environment variable to point
20 echo.to the full path of the 'sphinx-build' executable. Alternatively you
21 echo.may add the Sphinx directory to PATH.
22 echo.
23 echo.If you don't have Sphinx installed, grab it from
24 echo.http://sphinx-doc.org/
/third_party/protobuf/python/docs/
H A Dmake.bat17 echo.
18 echo.The 'sphinx-build' command was not found. Make sure you have Sphinx
19 echo.installed, then set the SPHINXBUILD environment variable to point
20 echo.to the full path of the 'sphinx-build' executable. Alternatively you
21 echo.may add the Sphinx directory to PATH.
22 echo.
23 echo.If you don't have Sphinx installed, grab it from
24 echo.http://sphinx-doc.org/
/third_party/node/
H A Dvcbuild.bat93 if /i "%1"=="nosign" set "sign="&echo Note: vcbuild no longer signs by default. "nosign" is redundant.&goto arg-ok
129 if /i "%1"=="jslint" set lint_js=1&echo Please use lint-js instead of jslint&goto arg-ok
157 echo Error: invalid command line option `%1`.
216 if "%target%"=="Clean" echo deleting %~dp0deps\icu
221 echo deleting test/.tmp*
232 if errorlevel 1 echo Could not find NASM, install it or build with openssl-no-asm. See BUILDING.md.
259 echo Looking for Visual Studio 2022
268 echo Looking for WiX installation for Visual Studio 2022...
270 echo Failed to find WiX install for Visual Studio 2022
271 echo VS202
[all...]

Completed in 8 milliseconds

1234567