diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-04-16 21:22:26 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-04-16 21:24:33 +0100 |
commit | fbaa2f8660c02e881a6af37546efbf2578b6b785 (patch) | |
tree | 3003841a5a83d2ffd31c8847baff813e7e9fc348 /Makefile.am | |
parent | 263ed02da6b55dfeeaaa47c3e4704074366b37c7 (diff) | |
download | curl-fbaa2f8660c02e881a6af37546efbf2578b6b785.tar.gz |
build: Added Visual Studio 2010 (VC10) project files
Carrying on from commit 11025613b9 added VC10 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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 391f664fb..6f5dda2a6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -44,6 +44,9 @@ VCPROJECTS = projects/README projects/Windows/VC8/lib/libcurl.sln \ projects/Windows/VC9/curl.sln \ projects/Windows/VC9/lib/libcurl.sln projects/Windows/VC9/lib/libcurl.tmpl \ projects/Windows/VC9/src/curlsrc.sln projects/Windows/VC9/src/curlsrc.tmpl + projects/Windows/VC10/curl.sln \ + projects/Windows/VC10/lib/libcurl.sln projects/Windows/VC10/lib/libcurl.tmpl \ + projects/Windows/VC10/src/curlsrc.sln projects/Windows/VC10/src/curlsrc.tmpl VC_DIST = \ vs/t/README \ |