]> granicus.if.org Git - curl/commitdiff
Added share.obj
authorDaniel Stenberg <daniel@haxx.se>
Mon, 3 Mar 2003 22:39:34 +0000 (22:39 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 3 Mar 2003 22:39:34 +0000 (22:39 +0000)
lib/Makefile.b32
lib/Makefile.b32.resp
lib/Makefile.vc6

index 87a46432d2059652fd6ddbd44b339b9862315471..f9f41b701a24cbe955a7cc9a07987c09b580cc77 100644 (file)
@@ -61,6 +61,7 @@ SOURCES          = \
        strtok.c \\r
        connect.c \\r
         hash.c \\r
+        share.c \\r
         llist.c \\r
         multi.c \\r
         content_encoding.c\r
index c22b0641d477b1d9c85fff3308eec8cfa605c227..3d784fd4a3b7a3380fc59926b0147e3327432a37 100644 (file)
@@ -30,6 +30,7 @@
 +strtok.obj &\r
 +connect.obj &\r
 +hash.obj &\r
++share.obj &\r
 +llist.obj &\r
 +multi.obj &\r
 +content_encoding.obj\r
index b1e347a3a5b038a4877131c8f3b1b17b06d33bff..13160ed108babdc23d4da52887b9ed5e63a16e06 100644 (file)
@@ -200,6 +200,7 @@ X_OBJS= \
        $(DIROBJ)\connect.obj \\r
        $(DIROBJ)\hash.obj \\r
        $(DIROBJ)\llist.obj \\r
+       $(DIROBJ)\share.obj \\r
        $(DIROBJ)\multi.obj\r
 \r
 all : $(TARGET)\r