2012-11-19 05:58:55 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
README.txt \
|
|
|
|
glib.sln \
|
|
|
|
glib.vcxproj \
|
|
|
|
glib.vcxproj.filters \
|
|
|
|
glib-genmarshal.vcxproj \
|
|
|
|
glib-genmarshal.vcxproj.filters \
|
|
|
|
gspawn-win32-helper-console.vcxproj \
|
|
|
|
gspawn-win32-helper-console.vcxproj.filters \
|
|
|
|
gspawn-win32-helper.vcxproj \
|
|
|
|
gspawn-win32-helper.vcxproj.filters \
|
|
|
|
gmodule.vcxproj \
|
|
|
|
gmodule.vcxproj.filters \
|
|
|
|
gobject.vcxproj \
|
|
|
|
gobject.vcxproj.filters \
|
|
|
|
gthread.vcxproj \
|
|
|
|
gthread.vcxproj.filters \
|
|
|
|
gio.vcxproj \
|
|
|
|
gio.vcxproj.filters \
|
|
|
|
glib-compile-schemas.vcxproj \
|
|
|
|
glib-compile-schemas.vcxproj.filters \
|
|
|
|
gsettings.vcxproj \
|
|
|
|
gsettings.vcxproj.filters \
|
|
|
|
glib-compile-resources.vcxproj \
|
|
|
|
glib-compile-resources.vcxproj.filters \
|
2016-07-04 06:43:36 +02:00
|
|
|
gio-tool.vcxproj \
|
|
|
|
gio-tool.vcxproj.filters \
|
2012-11-19 05:58:55 +01:00
|
|
|
gresource.vcxproj \
|
|
|
|
gresource.vcxproj.filters \
|
2013-06-20 09:48:32 +02:00
|
|
|
gio-querymodules.vcxproj \
|
|
|
|
gio-querymodules.vcxproj.filters \
|
|
|
|
gdbus.vcxproj \
|
|
|
|
gdbus.vcxproj.filters \
|
2015-02-02 07:16:18 +01:00
|
|
|
glib-install.vcxproj \
|
2016-03-10 13:33:35 +01:00
|
|
|
glib-install.vcxproj.filters \
|
2013-08-21 10:57:11 +02:00
|
|
|
glib-build-defines.props \
|
|
|
|
glib-install.props \
|
|
|
|
glib-version-paths.props \
|
2014-01-02 02:54:18 +01:00
|
|
|
glib-gen-srcs.props
|
2012-11-19 05:58:55 +01:00
|
|
|
|
2012-12-18 01:14:22 +01:00
|
|
|
DISTCLEANFILES = $(EXTRA_DIST)
|
|
|
|
|
2017-02-15 07:14:05 +01:00
|
|
|
MSVC_BASE_VER = 10
|
2016-10-26 06:57:42 +02:00
|
|
|
MSVC_BASE_VER_LONG = 2010
|
2017-02-15 07:14:05 +01:00
|
|
|
MSVC_VER = 11
|
2014-06-03 09:50:37 +02:00
|
|
|
MSVC_VER_LONG = 2012
|
|
|
|
|
2017-01-09 07:00:46 +01:00
|
|
|
include $(top_srcdir)/win32/Makefile-newvs.am
|