mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 18:36:17 +01:00
97b82d8d21
Build and "install" the gio-querymodules and gdbus utility programs so that the Visual Studio builds of GLib is more comprehensive. The Python scripts for the GDBus codegen will be added to "installation" later.
42 lines
1.0 KiB
Makefile
42 lines
1.0 KiB
Makefile
EXTRA_DIST = \
|
|
README.txt \
|
|
glib.sln \
|
|
glib.props \
|
|
glib.vcxproj \
|
|
glib.vcxproj.filters \
|
|
glib.vcxprojin \
|
|
glib.vcxproj.filtersin \
|
|
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 \
|
|
gobject.vcxprojin \
|
|
gobject.vcxproj.filtersin \
|
|
gthread.vcxproj \
|
|
gthread.vcxproj.filters \
|
|
gio.vcxproj \
|
|
gio.vcxproj.filters \
|
|
gio.vcxprojin \
|
|
gio.vcxproj.filtersin \
|
|
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 \
|
|
gio-querymodules.vcxproj \
|
|
gio-querymodules.vcxproj.filters \
|
|
gdbus.vcxproj \
|
|
gdbus.vcxproj.filters \
|
|
install.vcxproj
|