diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 11:11:06 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-06-11 11:11:06 +0000 |
commit | 25dc52016305f44777d39fb5c3fb52876781b11c (patch) | |
tree | bd55f6ded160b1b5d1357c0be80a9fabf8832a9c | |
parent | fc37ef9e4b9cd4a385d9d6104ba144da334f67b6 (diff) |
added multi.obj
-rw-r--r-- | lib/Makefile.vc6 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index f46749ee6..176c5806e 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -198,7 +198,8 @@ X_OBJS= \ $(DIROBJ)\strtok.obj \
$(DIROBJ)\connect.obj \
$(DIROBJ)\hash.obj \
- $(DIROBJ)\llist.obj
+ $(DIROBJ)\llist.obj \
+ $(DIROBJ)\multi.obj
all : $(TARGET)
|