Skip to content
Snippets Groups Projects
Commit 3c0e4a2f authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Added share.obj

parent c753072a
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment