diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 8bf019d194ec584955a768e51963bae5f6b406ba..a95c8343f183cf3bf336f2f7de1ed2d5646bb52d 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 \