mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:33:36 +03:00
lib: move multibyte.[ch] to curlx/
This file provides functions in the curlx set. Closes #17285
This commit is contained in:
parent
f7057760eb
commit
2d528898f7
24 changed files with 30 additions and 32 deletions
|
|
@ -25,7 +25,7 @@
|
|||
TESTUTIL = testutil.c testutil.h
|
||||
TSTTRACE = testtrace.c testtrace.h
|
||||
WARNLESS = ../../lib/curlx/warnless.c ../../lib/curlx/warnless.h
|
||||
MULTIBYTE = ../../lib/curl_multibyte.c ../../lib/curl_multibyte.h
|
||||
MULTIBYTE = ../../lib/curlx/multibyte.c ../../lib/curlx/multibyte.h
|
||||
THREADS = ../../lib/curl_threads.c ../../lib/curl_threads.h
|
||||
MEMPTR = memptr.c
|
||||
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ CURLX_SRCS = \
|
|||
../../lib/strcase.c \
|
||||
../../lib/strdup.c \
|
||||
../../lib/curl_get_line.c \
|
||||
../../lib/curl_multibyte.c \
|
||||
../../lib/curlx/multibyte.c \
|
||||
../../lib/version_win32.c
|
||||
|
||||
CURLX_HDRS = \
|
||||
|
|
@ -55,7 +55,7 @@ CURLX_HDRS = \
|
|||
../../lib/strcase.h \
|
||||
../../lib/strdup.h \
|
||||
../../lib/curl_get_line.h \
|
||||
../../lib/curl_multibyte.h \
|
||||
../../lib/curlx/multibyte.h \
|
||||
../../lib/version_win32.h
|
||||
|
||||
UTIL = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue