diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 12:33:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-04-26 12:33:14 +0000 |
commit | 92fc3f07baf6cd81a2d647bf7de45c0cc8073659 (patch) | |
tree | a30b3b1719c013b86d844fd6632d08bf45b97245 | |
parent | cff90cf3f9383227d01684f6185cf8ebffc14371 (diff) |
added the new files to the build
-rw-r--r-- | lib/Makefile.vc6 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 8bf019d19..a95c8343f 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -217,6 +217,13 @@ X_OBJS= \ $(DIROBJ)\getenv.obj \
$(DIROBJ)\inet_pton.obj \
$(DIROBJ)\hostip.obj \
+ $(DIROBJ)\hostasyn.obj \
+ $(DIROBJ)\hostsyn.obj \
+ $(DIROBJ)\hostares.obj \
+ $(DIROBJ)\hostthre.obj \
+ $(DIROBJ)\hostip4.obj \
+ $(DIROBJ)\hostip6.obj \
+ $(DIROBJ)\inet_ntop.c \
$(DIROBJ)\if2ip.obj \
$(DIROBJ)\mprintf.obj \
$(DIROBJ)\netrc.obj \
|