mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
checksrc.bat: Ignore curl_config.h.in, curl_config.h
This commit is contained in:
parent
5f139d6b6f
commit
14cd405d27
@ -104,7 +104,7 @@ rem ***************************************************************************
|
||||
rem Check the lib directory
|
||||
if exist %SRC_DIR%\lib (
|
||||
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.c.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" "%%i"
|
||||
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake "%%i"
|
||||
for /f "delims=" %%i in ('dir "%SRC_DIR%\lib\*.h.*" /b 2^>NUL') do @perl "%SRC_DIR%\lib\checksrc.pl" "-D%SRC_DIR%\lib" -Wcurl_config.h.cmake -Wcurl_config.h.in -Wcurl_config.h "%%i"
|
||||
)
|
||||
|
||||
rem Check the lib\vauth directory
|
||||
|
Loading…
Reference in New Issue
Block a user