projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfb6775
)
VC Makefiles: add missing hostcheck
author
Daniel Stenberg
<daniel@haxx.se>
Wed, 21 Nov 2012 15:17:45 +0000
(16:17 +0100)
committer
Daniel Stenberg
<daniel@haxx.se>
Wed, 21 Nov 2012 15:18:57 +0000
(16:18 +0100)
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
patch
|
blob
|
history
diff --git
a/lib/Makefile.vc6
b/lib/Makefile.vc6
index 4f8fa67eaf6fe627b21dda47ed26e4b406886355..5a750ad436f96a222e7a3a7d3c25eb0a566972f9 100644
(file)
--- a/
lib/Makefile.vc6
+++ b/
lib/Makefile.vc6
@@
-531,6
+531,7
@@
X_OBJS= \
$(DIROBJ)\hash.obj \
\r
$(DIROBJ)\hmac.obj \
\r
$(DIROBJ)\hostasyn.obj \
\r
+ $(DIROBJ)\hostcheck.obj \
\r
$(DIROBJ)\hostip.obj \
\r
$(DIROBJ)\hostip4.obj \
\r
$(DIROBJ)\hostip6.obj \
\r