diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-17 23:33:32 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-17 23:34:02 +0100 |
commit | b93759291d975747ac5e265ab4c8422797b9ced8 (patch) | |
tree | 7f78f0e31bbcf42d2f9a6800fb7c84fb925287b6 /src/Makefile.inc | |
parent | 8e6f42a7bd27c6aa9c8da87434e8c2dc6e35a871 (diff) | |
download | curl-b93759291d975747ac5e265ab4c8422797b9ced8.tar.gz |
Makefile.inc: Added resource file to assist Visual Studio project generation
Diffstat (limited to 'src/Makefile.inc')
-rw-r--r-- | src/Makefile.inc | 2 |
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) |