diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-11 20:52:52 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-11 20:52:56 +0100 |
commit | b4c81b6cee64adcafe2b1d12df22cb2f7fa65742 (patch) | |
tree | 178c448b5e8a21257c130de0b0c8dcab538c8bf4 /lib/Makefile.inc | |
parent | 63f7e64218f9548c078dcb5fd5a6e950a9827f44 (diff) | |
download | curl-b4c81b6cee64adcafe2b1d12df22cb2f7fa65742.tar.gz |
Makefile.inc: Added resource file to assist Visual Studio project generation
Diffstat (limited to 'lib/Makefile.inc')
-rw-r--r-- | lib/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.inc b/lib/Makefile.inc index 1d1abc8c7..48f129d59 100644 --- a/lib/Makefile.inc +++ b/lib/Makefile.inc @@ -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) |