diff options
-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 \
|