mirror of
https://github.com/curl/curl.git
synced 2026-05-14 16:46:20 +03:00
updated to reality
This commit is contained in:
parent
fa446f860f
commit
199a0311e2
2 changed files with 10 additions and 2 deletions
|
|
@ -59,7 +59,11 @@ SOURCES = \
|
|||
easy.c \
|
||||
strequal.c \
|
||||
strtok.c \
|
||||
connect.c
|
||||
connect.c \
|
||||
hash.c \
|
||||
llist.c \
|
||||
multi.c \
|
||||
content_encoding.c
|
||||
|
||||
OBJECTS = $(SOURCES:.c=.obj)
|
||||
|
||||
|
|
|
|||
|
|
@ -28,4 +28,8 @@
|
|||
+easy.obj &
|
||||
+strequal.obj &
|
||||
+strtok.obj &
|
||||
+connect.obj
|
||||
+connect.obj &
|
||||
+hash.obj &
|
||||
+llist.obj &
|
||||
+multi.obj &
|
||||
+content_encoding.obj
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue