mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-05 17:06:18 +01:00
d858cd3047
Add projects to build the glib-compile-resources and gresource(-tool) utilities, and "install" these tools upon successful compilation, and dist the new projects. One piece of note: will it be better to dist gconstructor_as_data.h instead of generating it in the VS build process (I generated it in the property sheet update in this commit)? Visual C++ 2010 projects will follow shortly.
22 lines
426 B
Makefile
22 lines
426 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 \
|
|
install.vcproj
|