blob: f112f08efee903f63d90598545ce625afea82d79 (
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
|
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 \
cmph-bdz-test.vcxproj \
cmph-bdz-test.vcxproj.filters \
cmph.vcxproj \
cmph.vcxproj.filters \
g-ir-compiler.vcxproj \
g-ir-compiler.vcxproj.filters \
g-ir-generate.vcxproj \
g-ir-generate.vcxproj.filters \
glib-print.vcxproj \
glib-print.vcxproj.filters \
_giscanner.vcxproj \
_giscanner.vcxproj.filters \
install.vcxproj \
README.txt
DISTCLEANFILES = $(EXTRA_DIST)
MSVC_SLN = gobject-introspection
MSVC_VER = 12
MSVC_VER_LONG = 2013
include $(top_srcdir)/build/Makefile-newvs.am
$(EXTRA_DIST): create_vcxproj copy_filters create_props
|