mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
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
This commit is contained in:
parent
cfb67752fe
commit
67f053b672
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue