summaryrefslogtreecommitdiff
path: root/build/win32/vs11/Makefile.am
blob: 16a8e0a2b1a1ca1e5bd84da2e89ad2c33e496f1b (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
48
49
50
51
52
EXTRA_DIST = \
	gobject-introspection.sln	\
	gi-build-defines.props	\
	gi-extra-paths.props	\
	gi-gen-srcs.props	\
	gi-install.props	\
	gi-version-paths.props	\
	gi-prebuild.vcxproj	\
	girepository.vcxproj	\
	girepository.vcxproj.filters	\
	annotation.vcxproj	\
	annotation.vcxproj.filters	\
	cmph-bdz-test.vcxproj	\
	cmph-bdz-test.vcxproj.filters	\
	cmph.vcxproj	\
	cmph.vcxproj.filters	\
	foo.vcxproj	\
	foo.vcxproj.filters	\
	g-ir-compiler.vcxproj	\
	g-ir-compiler.vcxproj.filters	\
	g-ir-generate.vcxproj	\
	g-ir-generate.vcxproj.filters	\
	gettype.vcxproj	\
	gettype.vcxproj.filters	\
	gimarshallingtests.vcxproj	\
	gimarshallingtests.vcxproj.filters	\
	glib-print.vcxproj	\
	glib-print.vcxproj.filters	\
	gtkfrob.vcxproj	\
	gtkfrob.vcxproj.filters	\
	regress.vcxproj	\
	regress.vcxproj.filters	\
	sletter.vcxproj	\
	sletter.vcxproj.filters	\
	testinherit.vcxproj	\
	testinherit.vcxproj.filters	\
	utility.vcxproj	\
	utility.vcxproj.filters	\
	_giscanner.vcxproj	\
	_giscanner.vcxproj.filters	\
	install.vcxproj	\
	README.txt

DISTCLEANFILES = $(EXTRA_DIST)

MSVC_SLN = gobject-introspection

MSVC_VER = 11

MSVC_VER_LONG = 2012

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