diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-09-15 19:40:48 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2015-09-15 19:59:14 +0800 |
commit | 9a4990f4ca91a845660c0c4640dd237a0bec1bce (patch) | |
tree | d3d37c65608136da6e1908f07766d04619c9f4a4 /configure.ac | |
parent | d9a738dface57998f3c086cec17b08fc92189f55 (diff) | |
download | gtk+-9a4990f4ca91a845660c0c4640dd237a0bec1bce.tar.gz |
MSVC Builds: "Add" Visual Studio 2015 Projects
"Add" Visual Studio 2015 projects by what we did before: Copy the Visual
Studio 2010 project files and replace the items in there as needed, as
the formats of the 2010 and 2015 projects are largely the same.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 037ccf75b5..46794ce370 100644 --- a/configure.ac +++ b/configure.ac @@ -1942,6 +1942,7 @@ build/win32/vs10/Makefile build/win32/vs10/gtk3-version-paths.props build/win32/vs11/Makefile build/win32/vs12/Makefile +build/win32/vs14/Makefile gdk/Makefile gdk/broadway/Makefile gdk/x11/Makefile |