Imported Upstream version 1.47.1
[platform/upstream/gobject-introspection.git] / build / win32 / vs12 / Makefile.am
1 EXTRA_DIST = \
2         gobject-introspection.sln       \
3         gi-build-defines.props  \
4         gi-extra-paths.props    \
5         gi-gen-srcs.props       \
6         gi-install.props        \
7         gi-version-paths.props  \
8         gi-prebuild.vcxproj     \
9         girepository.vcxproj    \
10         girepository.vcxproj.filters    \
11         cmph-bdz-test.vcxproj   \
12         cmph-bdz-test.vcxproj.filters   \
13         cmph.vcxproj    \
14         cmph.vcxproj.filters    \
15         g-ir-compiler.vcxproj   \
16         g-ir-compiler.vcxproj.filters   \
17         g-ir-generate.vcxproj   \
18         g-ir-generate.vcxproj.filters   \
19         glib-print.vcxproj      \
20         glib-print.vcxproj.filters      \
21         _giscanner.vcxproj      \
22         _giscanner.vcxproj.filters      \
23         install.vcxproj \
24         README.txt
25
26 DISTCLEANFILES = $(EXTRA_DIST)
27
28 MSVC_VER = 12
29 MSVC_FORMAT_VER = 12
30 MSVC_VER_LONG = 2013
31
32 include $(top_srcdir)/build/Makefile-newvs.am