mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +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.
24 lines
469 B
Makefile
24 lines
469 B
Makefile
EXTRA_DIST = \
|
|
README.txt \
|
|
glib.sln \
|
|
glib.vsprops \
|
|
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 \
|
|
testglib.vcproj \
|
|
glib-compile-schemas.vcproj \
|
|
gsettings.vcproj \
|
|
glib-compile-resources.vcproj \
|
|
gresource.vcproj \
|
|
gio-querymodules.vcproj \
|
|
gdbus.vcproj \
|
|
install.vcproj
|