mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
Added share.obj
This commit is contained in:
parent
c753072ae1
commit
3c0e4a2fa1
@ -61,6 +61,7 @@ SOURCES = \
|
|||||||
strtok.c \
|
strtok.c \
|
||||||
connect.c \
|
connect.c \
|
||||||
hash.c \
|
hash.c \
|
||||||
|
share.c \
|
||||||
llist.c \
|
llist.c \
|
||||||
multi.c \
|
multi.c \
|
||||||
content_encoding.c
|
content_encoding.c
|
||||||
|
@ -30,6 +30,7 @@
|
|||||||
+strtok.obj &
|
+strtok.obj &
|
||||||
+connect.obj &
|
+connect.obj &
|
||||||
+hash.obj &
|
+hash.obj &
|
||||||
|
+share.obj &
|
||||||
+llist.obj &
|
+llist.obj &
|
||||||
+multi.obj &
|
+multi.obj &
|
||||||
+content_encoding.obj
|
+content_encoding.obj
|
||||||
|
@ -200,6 +200,7 @@ X_OBJS= \
|
|||||||
$(DIROBJ)\connect.obj \
|
$(DIROBJ)\connect.obj \
|
||||||
$(DIROBJ)\hash.obj \
|
$(DIROBJ)\hash.obj \
|
||||||
$(DIROBJ)\llist.obj \
|
$(DIROBJ)\llist.obj \
|
||||||
|
$(DIROBJ)\share.obj \
|
||||||
$(DIROBJ)\multi.obj
|
$(DIROBJ)\multi.obj
|
||||||
|
|
||||||
all : $(TARGET)
|
all : $(TARGET)
|
||||||
|
Loading…
Reference in New Issue
Block a user