2015-09-03 09:19:48 +02:00
|
|
|
GENERATED_ITEMS = \
|
|
|
|
glib.vcproj \
|
|
|
|
gobject.vcproj \
|
|
|
|
gio.vcproj \
|
|
|
|
glib-compile-schemas.vcproj \
|
|
|
|
glib-compile-resources.vcproj \
|
2016-07-04 06:43:36 +02:00
|
|
|
gio-tool.vcproj \
|
2016-02-25 11:37:01 +01:00
|
|
|
glib-version-paths.vsprops \
|
2015-09-03 09:19:48 +02:00
|
|
|
glib-install.vsprops
|
|
|
|
|
2015-09-23 10:12:50 +02:00
|
|
|
MSVC_HEADERS_LIST = glib.headers gobject.headers gio.headers
|
|
|
|
|
2008-09-16 00:59:44 +02:00
|
|
|
EXTRA_DIST = \
|
2015-09-03 09:19:48 +02:00
|
|
|
README.txt \
|
|
|
|
glib.sln \
|
|
|
|
glib.vcprojin \
|
|
|
|
glib-genmarshal.vcproj \
|
|
|
|
gspawn-win32-helper-console.vcproj \
|
|
|
|
gspawn-win32-helper.vcproj \
|
|
|
|
gmodule.vcproj \
|
|
|
|
gobject.vcprojin \
|
|
|
|
gthread.vcproj \
|
|
|
|
gio.vcprojin \
|
|
|
|
gsettings.vcproj \
|
|
|
|
gresource.vcproj \
|
|
|
|
gio-querymodules.vcproj \
|
|
|
|
gdbus.vcproj \
|
|
|
|
glib-compile-schemas.vcprojin \
|
|
|
|
glib-compile-resources.vcprojin \
|
2016-07-04 06:43:36 +02:00
|
|
|
gio-tool.vcprojin \
|
2015-02-02 05:49:42 +01:00
|
|
|
glib-install.vcproj \
|
2013-08-21 10:05:47 +02:00
|
|
|
glib-build-defines.vsprops \
|
2016-02-25 11:37:01 +01:00
|
|
|
glib-version-paths.vsprops.in \
|
|
|
|
glib-gen-srcs.vsprops \
|
2015-09-03 09:19:48 +02:00
|
|
|
glib-install.vspropsin \
|
|
|
|
$(GENERATED_ITEMS)
|
|
|
|
|
2015-09-23 10:12:50 +02:00
|
|
|
glib-install.vsprops: $(top_srcdir)/build/win32/vs9/glib-install.vspropsin $(MSVC_HEADERS_LIST)
|
2015-09-03 09:19:48 +02:00
|
|
|
$(CPP) -P - <$(top_srcdir)/build/win32/vs9/glib-install.vspropsin >$@
|
2015-09-23 10:12:50 +02:00
|
|
|
rm $(MSVC_HEADERS_LIST)
|
2015-09-03 09:19:48 +02:00
|
|
|
|
|
|
|
DISTCLEANFILES = $(GENERATED_ITEMS)
|