From: Daniel Stenberg Date: Mon, 26 Apr 2004 12:33:14 +0000 (+0000) Subject: added the new files to the build X-Git-Tag: curl-7_12_0~280 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=92fc3f07baf6cd81a2d647bf7de45c0cc8073659;p=thirdparty%2Fcurl.git added the new files to the build --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 8bf019d194..a95c8343f1 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 \