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.
26 lines
543 B
Makefile
26 lines
543 B
Makefile
EXTRA_DIST = \
|
|
README.txt \
|
|
glib.sln \
|
|
glib.vcproj \
|
|
glib.vcprojin \
|
|
glib-genmarshal.vcproj \
|
|
gspawn-win32-helper-console.vcproj \
|
|
gspawn-win32-helper.vcproj \
|
|
gmodule.vcproj \
|
|
gobject.vcproj \
|
|
gobject.vcprojin \
|
|
gthread.vcproj \
|
|
gio.vcproj \
|
|
gio.vcprojin \
|
|
glib-compile-schemas.vcproj \
|
|
gsettings.vcproj \
|
|
glib-compile-resources.vcproj \
|
|
gresource.vcproj \
|
|
gio-querymodules.vcproj \
|
|
gdbus.vcproj \
|
|
install.vcproj \
|
|
glib-build-defines.vsprops \
|
|
glib-install.vsprops \
|
|
glib-version-paths.vsprops \
|
|
glib-gen-srcs.vsprops
|