diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-11-21 16:17:45 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-11-21 16:18:57 +0100 |
commit | 67f053b6724499185b947fbfa11d7a01061129a8 (patch) | |
tree | 16098c4a26f806e06ae21472670f3eb9872322f3 /lib | |
parent | cfb67752fe41cacbb93fba8e17fd2574d09a023f (diff) |
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile.vc6 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 4f8fa67ea..5a750ad43 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 \
|