summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-09-25 15:13:07 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-09-25 23:42:16 +0800
commit2a7515dc60c6cd3f360e3158b5913f0641ebe5c6 (patch)
tree70c05706a3af9f129a7cd0056f423e6b3d11c334 /configure.ac
parentc34741e73e237501156cb0dd536fbef46c84adfa (diff)
downloadgobject-introspection-2a7515dc60c6cd3f360e3158b5913f0641ebe5c6.tar.gz
MSVC Builds: "Add" Visual Studio 2015 Projects
Update the common autotools module that was used to create the Visual Studio 2012/2013 projects so that we can create the 2015 projects as well. The 2015 projects, like the 2012 and 2013 ones are largely similar to the 2010 ones in format, so we just need to copy the 2010 projects and replace the items in there as needed.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a41ece1d..38bb285f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -366,5 +366,6 @@ build/win32/Makefile
build/win32/vs9/Makefile
build/win32/vs10/Makefile
build/win32/vs11/Makefile
-build/win32/vs12/Makefile])
+build/win32/vs12/Makefile
+build/win32/vs14/Makefile])
AC_OUTPUT