summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-17 23:33:32 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-17 23:34:02 +0100
commitb93759291d975747ac5e265ab4c8422797b9ced8 (patch)
tree7f78f0e31bbcf42d2f9a6800fb7c84fb925287b6
parent8e6f42a7bd27c6aa9c8da87434e8c2dc6e35a871 (diff)
downloadcurl-b93759291d975747ac5e265ab4c8422797b9ced8.tar.gz
Makefile.inc: Added resource file to assist Visual Studio project generation
-rw-r--r--src/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.inc b/src/Makefile.inc
index f6062e7c4..3f9044d65 100644
--- a/src/Makefile.inc
+++ b/src/Makefile.inc
@@ -99,5 +99,7 @@ CURL_HFILES = \
tool_writeout.h \
tool_xattr.h
+CURL_RCFILES = curl.rc
+
curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES)