Files
gtk/build/win32/Makefile.am
Chun-wei Fan c9899ca93f build: Add support for Visual Studio 2015
This adds support for building with Visual Studio 2015 out-of-the-box
by what we did before: copying the 2010 projects and updating items
in there to make those projects compatible with 2015, as the formats
of the project files are largely unchanged.
2015-12-15 16:46:11 +08:00

9 lines
86 B
Makefile

include $(top_srcdir)/Makefile.decl
SUBDIRS = \
vs9 \
vs10 \
vs11 \
vs12 \
vs14