mirror of
https://github.com/curl/curl.git
synced 2026-06-02 00:24:15 +03:00
Makefile.inc: Added curlx headers to assist Visual Studio project generation
This commit is contained in:
parent
e8b7431305
commit
491767418b
1 changed files with 8 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue