From: Daniel Stenberg Date: Wed, 21 Nov 2012 15:17:45 +0000 (+0100) Subject: VC Makefiles: add missing hostcheck X-Git-Tag: curl-7_29_0~255 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67f053b6724499185b947fbfa11d7a01061129a8;p=thirdparty%2Fcurl.git VC Makefiles: add missing hostcheck the newly introduced hostcheck.h/c is missing in the Visual Studio Makefiles as obj file. Bug: http://curl.haxx.se/mail/lib-2012-11/0176.html --- diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 4f8fa67eaf..5a750ad436 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -531,6 +531,7 @@ X_OBJS= \ $(DIROBJ)\hash.obj \ $(DIROBJ)\hmac.obj \ $(DIROBJ)\hostasyn.obj \ + $(DIROBJ)\hostcheck.obj \ $(DIROBJ)\hostip.obj \ $(DIROBJ)\hostip4.obj \ $(DIROBJ)\hostip6.obj \