blob: 0046bc44c32b1203fd34ac449c3a4c0d500c572f (
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 = \
gobject-introspection.sln \
girepository.vcxprojin \
girepository.vcxproj.filtersin \
gir.propsin \
gir.props \
annotation.vcxproj \
annotation.vcxproj.filters \
cmph-bdz-test.vcxproj \
cmph-bdz-test.vcxproj.filters \
cmph.vcxprojin \
cmph.vcxproj.filtersin \
everything.vcxproj \
everything.vcxproj.filters \
foo.vcxproj \
foo.vcxproj.filters \
g-ir-compiler.vcxprojin \
g-ir-compiler.vcxproj.filtersin \
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 \
generate_typelibs.vcxproj \
install.vcxproj \
README.txt
gir.props: $(top_srcdir)/build/win32/vs10/gir.propsin gir.vs10.install
$(CPP) -P - <$(top_srcdir)/build/win32/vs10/gir.propsin >$@
rm gir.vs10.install
CLEANFILES = gir.props
|