mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:13:31 +03:00
vdns: directory for all DNS related sources
Move all DNS related source files from lib to lib/vdns. Fix include paths, no furher changes. Closes #22482
This commit is contained in:
parent
e5b5846c10
commit
69a224d6b4
54 changed files with 86 additions and 85 deletions
|
|
@ -214,6 +214,10 @@ rem
|
|||
for /f "delims=" %%c in ('dir /b ..\..\lib\vauth\*.c') do call :element lib\vauth "%%c" %3
|
||||
) else if "!var!" == "CURL_LIB_VAUTH_H_FILES" (
|
||||
for /f "delims=" %%h in ('dir /b ..\..\lib\vauth\*.h') do call :element lib\vauth "%%h" %3
|
||||
) else if "!var!" == "CURL_LIB_VDNS_C_FILES" (
|
||||
for /f "delims=" %%c in ('dir /b ..\..\lib\vdns\*.c') do call :element lib\vdns "%%c" %3
|
||||
) else if "!var!" == "CURL_LIB_VDNS_H_FILES" (
|
||||
for /f "delims=" %%h in ('dir /b ..\..\lib\vdns\*.h') do call :element lib\vdns "%%h" %3
|
||||
) else if "!var!" == "CURL_LIB_VQUIC_C_FILES" (
|
||||
for /f "delims=" %%c in ('dir /b ..\..\lib\vquic\*.c') do call :element lib\vquic "%%c" %3
|
||||
) else if "!var!" == "CURL_LIB_VQUIC_H_FILES" (
|
||||
|
|
|
|||
|
|
@ -2034,6 +2034,7 @@
|
|||
CURL_LIB_C_FILES
|
||||
CURL_LIB_CURLX_C_FILES
|
||||
CURL_LIB_VAUTH_C_FILES
|
||||
CURL_LIB_VDNS_C_FILES
|
||||
CURL_LIB_VQUIC_C_FILES
|
||||
CURL_LIB_VSSH_C_FILES
|
||||
CURL_LIB_VTLS_C_FILES
|
||||
|
|
@ -2042,6 +2043,7 @@ CURL_LIB_VTLS_C_FILES
|
|||
CURL_LIB_H_FILES
|
||||
CURL_LIB_CURLX_H_FILES
|
||||
CURL_LIB_VAUTH_H_FILES
|
||||
CURL_LIB_VDNS_H_FILES
|
||||
CURL_LIB_VQUIC_H_FILES
|
||||
CURL_LIB_VSSH_H_FILES
|
||||
CURL_LIB_VTLS_H_FILES
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue