summaryrefslogtreecommitdiff
path: root/build/win32/vs14/Makefile.am
blob: a17e931123b06f07cedc039c4fba3ae470626f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
EXTRA_DIST = \
	README.txt \
	glib.sln \
	glib.vcxproj \
	glib.vcxproj.filters \
	glib-genmarshal.vcxproj \
	glib-genmarshal.vcxproj.filters \
	gspawn-win32-helper-console.vcxproj \
	gspawn-win32-helper-console.vcxproj.filters \
	gspawn-win32-helper.vcxproj \
	gspawn-win32-helper.vcxproj.filters \
	gmodule.vcxproj \
	gmodule.vcxproj.filters \
	gobject.vcxproj \
	gobject.vcxproj.filters \
	gthread.vcxproj \
	gthread.vcxproj.filters \
	gio.vcxproj \
	gio.vcxproj.filters \
	glib-compile-schemas.vcxproj \
	glib-compile-schemas.vcxproj.filters \
	gsettings.vcxproj \
	gsettings.vcxproj.filters \
	glib-compile-resources.vcxproj \
	glib-compile-resources.vcxproj.filters \
	gio-tool.vcxproj	\
	gio-tool.vcxproj.filters	\
	gresource.vcxproj \
	gresource.vcxproj.filters \
	gio-querymodules.vcxproj \
	gio-querymodules.vcxproj.filters \
	gdbus.vcxproj \
	gdbus.vcxproj.filters \
	glib-install.vcxproj	\
	glib-install.vcxproj.filters	\
	glib-build-defines.props	\
	glib-install.props	\
	glib-version-paths.props	\
	glib-gen-srcs.props

DISTCLEANFILES = $(EXTRA_DIST)

MSVC_VER = 14
MSVC_FORMAT_VER = 12
MSVC_VER_LONG = 14

include $(top_srcdir)/build/Makefile-newvs.am