Commit 49176741 authored by Steve Holme's avatar Steve Holme
Browse files

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

parent e8b74313
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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 \