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