mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 23:10:22 +00:00
9a4990f4ca
"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.
14 lines
162 B
Makefile
14 lines
162 B
Makefile
include $(top_srcdir)/Makefile.decl
|
|
|
|
SUBDIRS = \
|
|
crypt \
|
|
vs9 \
|
|
vs10 \
|
|
vs11 \
|
|
vs12 \
|
|
vs14
|
|
|
|
EXTRA_DIST += process-in-win32.py
|
|
|
|
-include $(top_srcdir)/git.mk
|