1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

Makefile.inc: Added curlx headers to assist Visual Studio project generation

This commit is contained in:
Steve Holme 2014-05-21 22:57:02 +01:00
parent e8b7431305
commit 491767418b

View File

@ -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 \