From: Steve Holme Date: Wed, 21 May 2014 21:57:02 +0000 (+0100) Subject: Makefile.inc: Added curlx headers to assist Visual Studio project generation X-Git-Tag: curl-7_37_1~172 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=491767418bd3e69867d48c2f9b4ea58f7112a879;p=thirdparty%2Fcurl.git Makefile.inc: Added curlx headers to assist Visual Studio project generation --- diff --git a/src/Makefile.inc b/src/Makefile.inc index 4137ad2c09..674356a7e3 100644 --- a/src/Makefile.inc +++ b/src/Makefile.inc @@ -16,6 +16,14 @@ CURLX_CFILES = \ ../lib/nonblock.c \ ../lib/warnless.c +CURLX_HFILES = \ + ../lib/setup.h \ + ../lib/strtoofft.h \ + ../lib/strdup.h \ + ../lib/rawstr.h \ + ../lib/nonblock.h \ + ../lib/warnless.h + CURL_CFILES = \ tool_binmode.c \ tool_bname.c \