diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-10-26 13:42:43 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2016-10-26 16:46:38 +0800 |
commit | 2ba64e0b6249647240186c70c4fd0b52a1f0ed51 (patch) | |
tree | c04b8ac0268804a23be8397a0af3cad1e65fe1da /gdk/win32 | |
parent | 910300bcb2a464dcd7e1a9347d66250b71a484c5 (diff) | |
download | gtk+-2ba64e0b6249647240186c70c4fd0b52a1f0ed51.tar.gz |
MSVC builds: Support MSVC 2013 and later
We now need C99 features from the compiler which are only supported by
Visual Studio 2013 and later, so drop the MSVC 2008~2012 projects, and make
the baseline supported Visual Studio version be 2013. Update the build files
as a result.
Diffstat (limited to 'gdk/win32')
-rw-r--r-- | gdk/win32/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/win32/Makefile.am b/gdk/win32/Makefile.am index 2b89eead55..ebd4ae6f9f 100644 --- a/gdk/win32/Makefile.am +++ b/gdk/win32/Makefile.am @@ -101,7 +101,7 @@ gdk4_win32_HEADERS_EXCLUDES = dummy include $(top_srcdir)/build/Makefile.msvcproj dist-hook: \ - $(top_builddir)/build/win32/vs9/gdk4-win32.vcproj \ - $(top_builddir)/build/win32/vs9/gdk4-win32.headers + $(top_builddir)/build/win32/vs12/gdk4-win32.vcxproj \ + $(top_builddir)/build/win32/vs12/gdk4-win32.vs12.headers -include $(top_srcdir)/git.mk |