mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 21:06:17 +01:00
4025b5a54f
This "adds" the Visual Studio 2015 Project files by doing what we did before: copying the Visual Studio 2010 projects and replacing items in them, as the formats of the Visual Studio 201x projects are largely the same.
13 lines
123 B
Makefile
13 lines
123 B
Makefile
SUBDIRS = \
|
|
dirent \
|
|
vs9 \
|
|
vs10 \
|
|
vs11 \
|
|
vs12 \
|
|
vs14
|
|
|
|
EXTRA_DIST = \
|
|
make.msc \
|
|
module.defs \
|
|
replace.py
|