summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-07-01 19:01:30 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-07-01 19:01:30 +0800
commit4873213c426eccd1fa5cf67273bef9bd854354b5 (patch)
treeb7876025614a2be8b4041933a80432d9553135bb /configure.ac
parent47a5883d4ce7dfed2943525716781ddeceeaa145 (diff)
downloadgobject-introspection-4873213c426eccd1fa5cf67273bef9bd854354b5.tar.gz
Build: Provide Simple Support for MSVC 2012/2013
As the Visual Studio 2012/2013 are only slightly different from the Visual Studio 2010 projects, we can provide support for them by using scripts to copy the Visual Studio 2010 projects, and update the specific parts as necessary. Thus, there would be little maintenance overhead for these as only the 2010 projects need to be kept up-to-date as a result. This might change when we do get the stack working with WinRT/Metro, but that's going to be another totally different issue.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3d714a1e..a21b31cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -331,5 +331,7 @@ config.h.win32
build/Makefile
build/win32/Makefile
build/win32/vs9/Makefile
-build/win32/vs10/Makefile])
+build/win32/vs10/Makefile
+build/win32/vs11/Makefile
+build/win32/vs12/Makefile])
AC_OUTPUT