diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-01 20:29:34 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-01 20:33:22 +0100 |
commit | 50b3111b63580473ae733e08a8acb30c4a88c1b8 (patch) | |
tree | 6461dbf5d7dfc16f4d0ae5ad8d5ccd988c147c58 /Makefile.am | |
parent | c3031073457c9406fe79dcd40cc503c8eb22bea5 (diff) | |
download | curl-50b3111b63580473ae733e08a8acb30c4a88c1b8.tar.gz |
build: Added Visual Studio 2003 .NET (VC7.1) project files
Carrying on from commit 11025613b9 added VC7.1 project files which are
capable of supporting side-by-side compilation, 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 a8f72df2e..4a3478175 100644 --- a/Makefile.am +++ b/Makefile.am @@ -45,6 +45,9 @@ VCPROJECTS = projects/README \ projects/Windows/VC7/curl.sln \ projects/Windows/VC7/lib/libcurl.sln projects/Windows/VC7/lib/libcurl.tmpl \ projects/Windows/VC7/src/curlsrc.sln projects/Windows/VC7/src/curlsrc.tmpl \ + projects/Windows/VC7.1/curl.sln \ + projects/Windows/VC7.1/lib/libcurl.sln projects/Windows/VC7.1/lib/libcurl.tmpl \ + projects/Windows/VC7.1/src/curlsrc.sln projects/Windows/VC7.1/src/curlsrc.tmpl \ projects/Windows/VC8/curl.sln \ projects/Windows/VC8/lib/libcurl.sln projects/Windows/VC8/lib/libcurl.tmpl \ projects/Windows/VC8/src/curlsrc.sln projects/Windows/VC8/src/curlsrc.tmpl \ |