mirror of
https://github.com/curl/curl.git
synced 2026-07-25 19:37:17 +03:00
tidy-up: whitespace, tests/server Makefile.inc, timeval in VS project
- VS projects: drop unused `timediff`. (used by curltool library, but this build method doesn't build that.) - tests/server/sws: reflow an `if` for greppability. - tests/server/Makefile.inc: indent, format - tests/server/Makefile.inc: merge `USEFUL` and `UTIL` lists. Closes #16651
This commit is contained in:
parent
75acda70aa
commit
bad5e71331
3 changed files with 59 additions and 61 deletions
|
|
@ -153,7 +153,6 @@ rem
|
|||
) else if "!var!" == "CURL_SRC_X_C_FILES" (
|
||||
call :element %1 lib "strparse.c" %3
|
||||
call :element %1 lib "strcase.c" %3
|
||||
call :element %1 lib "timediff.c" %3
|
||||
call :element %1 lib "nonblock.c" %3
|
||||
call :element %1 lib "warnless.c" %3
|
||||
call :element %1 lib "curl_multibyte.c" %3
|
||||
|
|
@ -165,7 +164,6 @@ rem
|
|||
call :element %1 lib "curl_setup.h" %3
|
||||
call :element %1 lib "strparse.h" %3
|
||||
call :element %1 lib "strcase.h" %3
|
||||
call :element %1 lib "timediff.h" %3
|
||||
call :element %1 lib "nonblock.h" %3
|
||||
call :element %1 lib "warnless.h" %3
|
||||
call :element %1 lib "curl_ctype.h" %3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue