• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:without +full:- +full:perl

9 rem * Copyright (C) 2014 - 2016, Steve Holme, <steve_holme@hotmail.com>.
19 rem * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
38 if /i "%~1" == "-?" (
40 ) else if /i "%~1" == "-h" (
42 ) else if /i "%~1" == "-help" (
75 rem Check we have Perl in our path
76 perl --version <NUL 1>NUL 2>&1
79 if exist "%SystemDrive%\Perl" (
80 set "PATH=%SystemDrive%\Perl\bin;%PATH%"
98 …%i in ('dir "%SRC_DIR%\src\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\sr…
99 …elims=" %%i in ('dir "%SRC_DIR%\src\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
106 …elims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
107 …R%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.c…
112 …" %%i in ('dir "%SRC_DIR%\lib\vauth\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
113 …" %%i in ('dir "%SRC_DIR%\lib\vauth\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
118 …=" %%i in ('dir "%SRC_DIR%\lib\vtls\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
119 …=" %%i in ('dir "%SRC_DIR%\lib\vtls\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
126 …i in ('dir "%SRC_DIR%\tests\libtest\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
127 …i in ('dir "%SRC_DIR%\tests\libtest\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
132 … %%i in ('dir "%SRC_DIR%\tests\unit\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
133 … %%i in ('dir "%SRC_DIR%\tests\unit\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
138 …%i in ('dir "%SRC_DIR%\tests\server\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
139 …%i in ('dir "%SRC_DIR%\tests\server\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
146 …i in ('dir "%SRC_DIR%\docs\examples\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SR…
159 echo lib - Scan the libcurl source
160 echo src - Scan the command-line tool source
161 echo tests - Scan the library tests and unit tests
162 echo examples - Scan the examples
164 echo directory - Specifies the curl source directory
179 echo Error: Perl is not installed