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.
9 lines
86 B
Makefile
9 lines
86 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
SUBDIRS = \
|
|
vs9 \
|
|
vs10 \
|
|
vs11 \
|
|
vs12 \
|
|
vs14
|