summaryrefslogtreecommitdiff
path: root/build/win32/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-07-01 13:35:13 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-07-01 13:35:45 +0800
commit7e42510e5ccca10248b4aa568be2f5cd0774292e (patch)
treecbd3c360472bf4f4edd95db1e63162661b6d1505 /build/win32/Makefile.am
parent3539a1fcd0b3fefd81822879d086848a4c448a33 (diff)
downloadatk-7e42510e5ccca10248b4aa568be2f5cd0774292e.tar.gz
Build: Add Build Support for Visual Studio 2013
Like the Visual Studio 2012 projects, the Visual Studio 2013 project files are only slightly different from the Visual Studio 2010 files, in more or less the same manner. We can thus easily provide out-of-box support for building under Visual Studio 2013 by expanding on the scripts used to provide support for the Visual Studio 2012 projects, without adding much maintainance overhead.
Diffstat (limited to 'build/win32/Makefile.am')
-rw-r--r--build/win32/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am
index 44032db..6ee0d6e 100644
--- a/build/win32/Makefile.am
+++ b/build/win32/Makefile.am
@@ -1,4 +1,5 @@
SUBDIRS = \
vs9 \
vs10 \
- vs11
+ vs11 \
+ vs12