2015-09-03 09:19:48 +02:00
|
|
|
GENERATED_ITEMS = \
|
|
|
|
glib.vcxproj \
|
|
|
|
glib.vcxproj.filters \
|
|
|
|
gobject.vcxproj \
|
|
|
|
gobject.vcxproj.filters \
|
|
|
|
gio.vcxproj \
|
|
|
|
gio.vcxproj.filters \
|
|
|
|
glib-compile-schemas.vcxproj \
|
|
|
|
glib-compile-schemas.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 \
|
2016-02-25 11:37:01 +01:00
|
|
|
glib-version-paths.props \
|
2015-09-03 09:19:48 +02:00
|
|
|
glib-install.props
|
|
|
|
|
2015-09-23 10:12:50 +02:00
|
|
|
MSVC10_HEADERS_LIST = glib.vs10.headers gobject.vs10.headers gio.vs10.headers
|
|
|
|
|
2011-02-22 13:08:36 +01:00
|
|
|
EXTRA_DIST = \
|
2015-09-03 09:19:48 +02:00
|
|
|
README.txt \
|
|
|
|
glib.sln \
|
|
|
|
glib.vcxprojin \
|
|
|
|
glib.vcxproj.filtersin \
|
|
|
|
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.vcxprojin \
|
|
|
|
gobject.vcxproj.filtersin \
|
|
|
|
gthread.vcxproj \
|
|
|
|
gthread.vcxproj.filters \
|
|
|
|
gio.vcxprojin \
|
|
|
|
gio.vcxproj.filtersin \
|
|
|
|
glib-compile-schemas.vcxprojin \
|
|
|
|
glib-compile-schemas.vcxproj.filtersin \
|
|
|
|
gsettings.vcxproj \
|
|
|
|
gsettings.vcxproj.filters \
|
|
|
|
glib-compile-resources.vcxprojin \
|
|
|
|
glib-compile-resources.vcxproj.filtersin \
|
2016-07-04 06:43:36 +02:00
|
|
|
gio-tool.vcxprojin \
|
|
|
|
gio-tool.vcxproj.filtersin \
|
2015-09-03 09:19:48 +02:00
|
|
|
gresource.vcxproj \
|
|
|
|
gresource.vcxproj.filters \
|
|
|
|
gio-querymodules.vcxproj \
|
|
|
|
gio-querymodules.vcxproj.filters \
|
|
|
|
gdbus.vcxproj \
|
|
|
|
gdbus.vcxproj.filters \
|
|
|
|
glib-install.vcxproj \
|
2016-03-10 13:33:35 +01:00
|
|
|
glib-install.vcxproj.filters \
|
2016-02-25 11:37:01 +01:00
|
|
|
glib-build-defines.props \
|
2015-09-03 09:19:48 +02:00
|
|
|
glib-install.propsin \
|
2016-02-25 11:37:01 +01:00
|
|
|
glib-version-paths.props.in \
|
|
|
|
glib-gen-srcs.props \
|
2015-09-03 09:19:48 +02:00
|
|
|
$(GENERATED_ITEMS)
|
|
|
|
|
2017-01-09 07:00:46 +01:00
|
|
|
glib-install.props: $(top_srcdir)/win32/vs10/glib-install.propsin $(MSVC10_HEADERS_LIST)
|
|
|
|
-$(RM) $(top_builddir)/win32/vs11/glib-install.props
|
|
|
|
-$(RM) $(top_builddir)/win32/vs12/glib-install.props
|
|
|
|
-$(RM) $(top_builddir)/win32/vs14/glib-install.props
|
2017-02-15 03:32:30 +01:00
|
|
|
-$(RM) $(top_builddir)/win32/vs15/glib-install.props
|
2017-01-09 07:00:46 +01:00
|
|
|
$(CPP) -P - <$(top_srcdir)/win32/vs10/glib-install.propsin >$@
|
2015-09-23 10:12:50 +02:00
|
|
|
rm $(MSVC10_HEADERS_LIST)
|
2015-09-03 09:19:48 +02:00
|
|
|
|
|
|
|
DISTCLEANFILES = $(GENERATED_ITEMS)
|