build: alpha-sort source files for lib and src

Closes #12014
This commit is contained in:
Viktor Szakats 2023-10-03 09:38:02 +00:00
parent ff9f57bd34
commit 83ec54e1b9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 11 additions and 11 deletions

View file

@ -47,15 +47,15 @@ CURLX_CFILES = \
../lib/warnless.c
CURLX_HFILES = \
../lib/curl_setup.h \
../lib/strtoofft.h \
../lib/timediff.h \
../lib/nonblock.h \
../lib/warnless.h \
../lib/curl_ctype.h \
../lib/curl_multibyte.h \
../lib/curl_setup.h \
../lib/dynbuf.h \
../lib/nonblock.h \
../lib/strtoofft.h \
../lib/timediff.h \
../lib/version_win32.h \
../lib/dynbuf.h
../lib/warnless.h
CURL_CFILES = \
slist_wc.c \
@ -88,10 +88,10 @@ CURL_CFILES = \
tool_paramhlp.c \
tool_parsecfg.c \
tool_progress.c \
tool_stderr.c \
tool_strdup.c \
tool_setopt.c \
tool_sleep.c \
tool_stderr.c \
tool_strdup.c \
tool_urlglob.c \
tool_util.c \
tool_vms.c \