Makefile.inc: Added resource file to assist Visual Studio project generation
authorSteve Holme <steve_holme@hotmail.com>
Sat, 17 May 2014 22:33:32 +0000 (23:33 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 17 May 2014 22:34:02 +0000 (23:34 +0100)
src/Makefile.inc

index f6062e7..3f9044d 100644 (file)
@@ -99,5 +99,7 @@ CURL_HFILES = \
        tool_writeout.h \
        tool_xattr.h
 
+CURL_RCFILES = curl.rc
+
 curl_SOURCES = $(CURL_CFILES) $(CURLX_ONES) $(CURL_HFILES)