mirror of
https://github.com/curl/curl.git
synced 2026-08-04 13:46:26 +03:00
src: drop strcase.[ch] from tool builds
They're not used there anymore. Closes #17289
This commit is contained in:
parent
f0fc30e904
commit
5b420f6329
2 changed files with 0 additions and 6 deletions
|
|
@ -37,20 +37,17 @@ CURLX_CFILES = \
|
|||
../lib/curlx/dynbuf.c \
|
||||
../lib/nonblock.c \
|
||||
../lib/curlx/strparse.c \
|
||||
../lib/strcase.c \
|
||||
../lib/curlx/timediff.c \
|
||||
../lib/curlx/timeval.c \
|
||||
../lib/version_win32.c \
|
||||
../lib/curlx/warnless.c
|
||||
|
||||
CURLX_HFILES = \
|
||||
../lib/curl_ctype.h \
|
||||
../lib/curlx/multibyte.h \
|
||||
../lib/curl_setup.h \
|
||||
../lib/curlx/dynbuf.h \
|
||||
../lib/nonblock.h \
|
||||
../lib/curlx/strparse.h \
|
||||
../lib/strcase.h \
|
||||
../lib/curlx/timediff.h \
|
||||
../lib/curlx/timeval.h \
|
||||
../lib/version_win32.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue