mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 02:16:17 +01:00
16c41f0c36
There are many test programs that are shipped with GLib, and this project is a one-to-one project, which does not make sense to keep as various test programs may have different CFLAGS, etc, which will require different build options.
43 lines
1.0 KiB
Makefile
43 lines
1.0 KiB
Makefile
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 \
|
|
gresource.vcxproj \
|
|
gresource.vcxproj.filters \
|
|
gio-querymodules.vcxproj \
|
|
gio-querymodules.vcxproj.filters \
|
|
gdbus.vcxproj \
|
|
gdbus.vcxproj.filters \
|
|
install.vcxproj \
|
|
glib-build-defines.props \
|
|
glib-install.props \
|
|
glib-version-paths.props \
|
|
glib-gen-srcs.props
|
|
|
|
DISTCLEANFILES = $(EXTRA_DIST)
|
|
|
|
MSVC_SLN = glib
|
|
|
|
include $(top_srcdir)/build/Makefile-newvs.am
|