Imported Upstream version 2.53.4
[platform/upstream/glib.git] / win32 / vs14 / Makefile.am
1 EXTRA_DIST = \
2         README.txt \
3         glib.sln \
4         glib.vcxproj \
5         glib.vcxproj.filters \
6         gspawn-win32-helper-console.vcxproj \
7         gspawn-win32-helper-console.vcxproj.filters \
8         gspawn-win32-helper.vcxproj \
9         gspawn-win32-helper.vcxproj.filters \
10         gmodule.vcxproj \
11         gmodule.vcxproj.filters \
12         gobject.vcxproj \
13         gobject.vcxproj.filters \
14         gthread.vcxproj \
15         gthread.vcxproj.filters \
16         gio.vcxproj \
17         gio.vcxproj.filters \
18         glib-compile-schemas.vcxproj \
19         glib-compile-schemas.vcxproj.filters \
20         gsettings.vcxproj \
21         gsettings.vcxproj.filters \
22         glib-compile-resources.vcxproj \
23         glib-compile-resources.vcxproj.filters \
24         gio-tool.vcxproj        \
25         gio-tool.vcxproj.filters        \
26         gresource.vcxproj \
27         gresource.vcxproj.filters \
28         gio-querymodules.vcxproj \
29         gio-querymodules.vcxproj.filters \
30         gdbus.vcxproj \
31         gdbus.vcxproj.filters \
32         glib-install.vcxproj    \
33         glib-install.vcxproj.filters    \
34         glib-build-defines.props        \
35         glib-install.props      \
36         glib-version-paths.props        \
37         glib-gen-srcs.props
38
39 DISTCLEANFILES = $(EXTRA_DIST)
40
41 MSVC_BASE_VER = 10
42 MSVC_BASE_VER_LONG = 2010
43 MSVC_VER = 14
44 MSVC_VER_LONG = 14
45
46 include $(top_srcdir)/win32/Makefile-newvs.am