summaryrefslogtreecommitdiff
path: root/build/win32/vs11/Makefile.am
blob: 54594a0e5ae8f6df1c65765b2009bcf7bda86810 (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
EXTRA_DIST = \
	README.txt \
	glib.sln \
	glib.props \
	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 \
	testglib.vcxproj \
	testglib.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 \
	gresource.vcxproj \
	gresource.vcxproj.filters \
	install.vcxproj

DISTCLEANFILES = $(EXTRA_DIST)

MSVC_SLN = glib

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