2012-11-19 12:58:55 +08: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 \
|
|
|
|
testglib.vcxproj \
|
|
|
|
testglib.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 \
|
|
|
|
gresource.vcxproj \
|
|
|
|
gresource.vcxproj.filters \
|
2013-06-20 15:48:32 +08:00
|
|
|
gio-querymodules.vcxproj \
|
|
|
|
gio-querymodules.vcxproj.filters \
|
|
|
|
gdbus.vcxproj \
|
|
|
|
gdbus.vcxproj.filters \
|
2013-08-21 16:57:11 +08:00
|
|
|
install.vcxproj \
|
|
|
|
glib-build-defines.props \
|
|
|
|
glib-install.props \
|
|
|
|
glib-version-paths.props \
|
2014-01-02 09:54:18 +08:00
|
|
|
glib-gen-srcs.props
|
2012-11-19 12:58:55 +08:00
|
|
|
|
2012-12-17 19:14:22 -05:00
|
|
|
DISTCLEANFILES = $(EXTRA_DIST)
|
|
|
|
|
2012-11-19 12:58:55 +08:00
|
|
|
MSVC_SLN = glib
|
|
|
|
|
|
|
|
include $(top_srcdir)/build/Makefile-newvs.am
|