From 67f053b6724499185b947fbfa11d7a01061129a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 21 Nov 2012 16:17:45 +0100 Subject: [PATCH] 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 --- lib/Makefile.vc6 | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 4f8fa67..5a750ad 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 \ -- 2.7.4