Makefile.inc: Added resource file to assist Visual Studio project generation
authorSteve Holme <steve_holme@hotmail.com>
Sun, 11 May 2014 19:52:52 +0000 (20:52 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 11 May 2014 19:52:56 +0000 (20:52 +0100)
lib/Makefile.inc

index 1d1abc8..48f129d 100644 (file)
@@ -65,5 +65,7 @@ LIB_HHEADERS = arpa_telnet.h netrc.h file.h timeval.h hostip.h progress.h     \
   conncache.h curl_setup_once.h multihandle.h setup-vms.h pipeline.h   \
   dotdot.h x509asn1.h http2.h sigpipe.h
 
+LIB_RC = libcurl.rc
+
 CSOURCES = $(LIB_CSOURCES) $(LIB_VTLS_CSOURCES)
 HHEADERS = $(LIB_HHEADERS) $(LIB_VTLS_HHEADERS)