mirror of
https://github.com/curl/curl.git
synced 2026-06-05 09:34:16 +03:00
added strtok.c as a source file
This commit is contained in:
parent
813d7585c7
commit
5e2a74fcc4
1 changed files with 2 additions and 1 deletions
|
|
@ -55,7 +55,8 @@ SOURCES = \
|
|||
getinfo.c \
|
||||
version.c \
|
||||
easy.c \
|
||||
strequal.c
|
||||
strequal.c \
|
||||
strtok.c
|
||||
|
||||
OBJECTS = $(SOURCES:.c=.obj)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue