mirror of
https://github.com/curl/curl.git
synced 2026-07-24 22:27:17 +03:00
Added share.obj
This commit is contained in:
parent
c753072ae1
commit
3c0e4a2fa1
3 changed files with 3 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ SOURCES = \
|
|||
strtok.c \
|
||||
connect.c \
|
||||
hash.c \
|
||||
share.c \
|
||||
llist.c \
|
||||
multi.c \
|
||||
content_encoding.c
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
+strtok.obj &
|
||||
+connect.obj &
|
||||
+hash.obj &
|
||||
+share.obj &
|
||||
+llist.obj &
|
||||
+multi.obj &
|
||||
+content_encoding.obj
|
||||
|
|
|
|||
|
|
@ -200,6 +200,7 @@ X_OBJS= \
|
|||
$(DIROBJ)\connect.obj \
|
||||
$(DIROBJ)\hash.obj \
|
||||
$(DIROBJ)\llist.obj \
|
||||
$(DIROBJ)\share.obj \
|
||||
$(DIROBJ)\multi.obj
|
||||
|
||||
all : $(TARGET)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue