mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-08 10:26:16 +01:00
46e2df316d
Added projects to compile the glib-compile-resources and gresource(-tool) utility programs during the Visual C++ 2010 build process, "install" the resulting binaries upon successful compilation, and dist the new .vcxproj and .vcxproj.filters files. Also updated the property sheet and "install" project to make sure the new .exe's are indeed "installed" and removed from the "install" project the dependency on the testglib project as testglib is not an exhausive test on GLib and people might want to make that project compile different test programs as they might need. Just wondering: I have updated the property sheet to create the gconstructor_as_data.h header for glib-compile-resources, but is it better to dist that generated header instead as the VS 2008/2010 projects will depend on a working installation of PERL on Windows?
38 lines
939 B
Makefile
38 lines
939 B
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 \
|
|
install.vcxproj
|