blob: f6138f2261dcab80cfe2f8dd1a7f189f3d3046bc (
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
|
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_VER = 14
MSVC_FORMAT_VER = 12
MSVC_VER_LONG = 14
include $(top_srcdir)/build/Makefile-newvs.am
|