winbuild: curl_get_line is not used for tool builds

Drop it from the build. Also remove it from the tests/server makefile.

Follow-up to d8618f4d84

Closes #17286
This commit is contained in:
Daniel Stenberg 2025-05-08 10:00:11 +02:00
parent 778f306551
commit f0fc30e904
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 0 additions and 7 deletions

View file

@ -65,6 +65,4 @@
#include "timeval.h"
#include "timediff.h"
#include "../curl_get_line.h"
#endif /* HEADER_CURL_CURLX_H */

View file

@ -39,7 +39,6 @@ CURLX_SRCS = \
../../lib/curlx/dynbuf.c \
../../lib/strcase.c \
../../lib/strdup.c \
../../lib/curl_get_line.c \
../../lib/curlx/multibyte.c \
../../lib/version_win32.c
@ -54,7 +53,6 @@ CURLX_HDRS = \
../../lib/curlx/dynbuf.h \
../../lib/strcase.h \
../../lib/strdup.h \
../../lib/curl_get_line.h \
../../lib/curlx/multibyte.h \
../../lib/version_win32.h

View file

@ -697,7 +697,6 @@ CURL_FROM_LIBCURL=\
$(CURL_DIROBJ)\strcase.obj \
$(CURL_DIROBJ)\timeval.obj \
$(CURL_DIROBJ)\warnless.obj \
$(CURL_DIROBJ)\curl_get_line.obj \
$(CURL_DIROBJ)\multibyte.obj \
$(CURL_DIROBJ)\version_win32.obj \
$(CURL_DIROBJ)\dynbuf.obj \
@ -726,8 +725,6 @@ $(CURL_DIROBJ)\strcase.obj: ../lib/strcase.c
$(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/strcase.c
$(CURL_DIROBJ)\timeval.obj: ../lib/curlx/timeval.c
$(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/curlx/timeval.c
$(CURL_DIROBJ)\curl_get_line.obj: ../lib/curl_get_line.c
$(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/curl_get_line.c
$(CURL_DIROBJ)\multibyte.obj: ../lib/curlx/multibyte.c
$(CURL_CC) $(CURL_CFLAGS) /Fo"$@" ../lib/curlx/multibyte.c
$(CURL_DIROBJ)\version_win32.obj: ../lib/version_win32.c