aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-04-09 00:01:51 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-04-09 00:20:44 +0100
commit78e3844a4aca891a49ac7f1dbdb12e343d3bbba4 (patch)
treeefba6c5c70d867623acecd1aa5e6d598e16c488f /Makefile.am
parentb574e830791f173ad99e55b9e3c61d97779974d3 (diff)
build: Added Visual Studio 2008 (VC9) project files
Carrying on from commit 11025613b9, added VC9 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.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c4f2b5d61..391f664fb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -40,7 +40,10 @@ VC8LIBPRJFOOT = vs/t/lib/vc8_libcurl_prj.foot
VCPROJECTS = projects/README projects/Windows/VC8/lib/libcurl.sln \
projects/Windows/VC8/lib/libcurl.tmpl projects/Windows/VC8/curl.sln \
- projects/Windows/VC8/src/curlsrc.tmpl projects/Windows/VC8/src/curlsrc.sln
+ projects/Windows/VC8/src/curlsrc.tmpl projects/Windows/VC8/src/curlsrc.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
VC_DIST = \
vs/t/README \