Add Visual C++ 2010 projects to compile GResource tools
authorChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Feb 2012 09:05:22 +0000 (17:05 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 7 Feb 2012 09:05:22 +0000 (17:05 +0800)
commit46e2df316dd4f23b20e2ed2b300cc294336c8dac
tree1acc52928008641b167c05fdc5ce7a130b51b295
parent2b400d853e084dc7fe512ea6a56510e64cba7846
Add Visual C++ 2010 projects to compile GResource tools

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?
build/win32/vs10/Makefile.am
build/win32/vs10/glib-compile-resources.vcxproj [new file with mode: 0644]
build/win32/vs10/glib-compile-resources.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/glib.props
build/win32/vs10/glib.sln
build/win32/vs10/gresource.vcxproj [new file with mode: 0644]
build/win32/vs10/gresource.vcxproj.filters [new file with mode: 0644]
build/win32/vs10/install.vcxproj