2012-11-19 05:58:55 +01:00
|
|
|
EXTRA_DIST = \
|
|
|
|
README.txt \
|
|
|
|
glib.sln \
|
|
|
|
glib.props \
|
|
|
|
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 09:48:32 +02:00
|
|
|
gio-querymodules.vcxproj \
|
|
|
|
gio-querymodules.vcxproj.filters \
|
|
|
|
gdbus.vcxproj \
|
|
|
|
gdbus.vcxproj.filters \
|
2012-11-19 05:58:55 +01:00
|
|
|
install.vcxproj
|
|
|
|
|
2012-12-18 01:14:22 +01:00
|
|
|
DISTCLEANFILES = $(EXTRA_DIST)
|
|
|
|
|
2012-11-19 05:58:55 +01:00
|
|
|
MSVC_SLN = glib
|
|
|
|
|
|
|
|
include $(top_srcdir)/build/Makefile-newvs.am
|