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:
parent
e8b7431305
commit
491767418b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user