diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-23 20:43:56 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-23 20:49:01 +0100 |
commit | cf9342e275b784f5a6006f833b33b40043f228d4 (patch) | |
tree | 70d21d50554e3c9bf885fd959d7e5e1393d2405a /Makefile.am | |
parent | 0204e17bc656e6c59b4010283e67f9251eb12c41 (diff) | |
download | curl-cf9342e275b784f5a6006f833b33b40043f228d4.tar.gz |
build: Added Visual Studio 2013 (VC12) project files
Carrying on from commit 11025613b9 added VC12 project files which are
capable of supporting side-by-side compilation, 32-bit and 64-bit
builds as well as support for some of the third-party libraries curl
uses.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a6cb4ce7..85c44a716 100644 --- a/Makefile.am +++ b/Makefile.am @@ -49,7 +49,10 @@ VCPROJECTS = projects/README projects/Windows/VC8/lib/libcurl.sln \ projects/Windows/VC10/src/curlsrc.sln projects/Windows/VC10/src/curlsrc.tmpl \ projects/Windows/VC11/curl.sln \ projects/Windows/VC11/lib/libcurl.sln projects/Windows/VC11/lib/libcurl.tmpl \ - projects/Windows/VC11/src/curlsrc.sln projects/Windows/VC11/src/curlsrc.tmpl + projects/Windows/VC11/src/curlsrc.sln projects/Windows/VC11/src/curlsrc.tmpl \ + projects/Windows/VC12/curl.sln \ + projects/Windows/VC12/lib/libcurl.sln projects/Windows/VC12/lib/libcurl.tmpl \ + projects/Windows/VC12/src/curlsrc.sln projects/Windows/VC12/src/curlsrc.tmpl VC_DIST = \ vs/t/README \ |