MSVC Builds: Add Script to Generate gtk-win32.rc

Desktop / GNOME / GTK - Chun-wei Fan [src.gnome.org] - 4 August 2014 00:34 UTC

In bug 733773, gtk-win32.rc was removed from the dist in the attempt to make the print dialog on Windows themed, so this script was added so that the gtk-win32.rc file can be generated during the Visual Studio builds of GTK+ from the autotools scripts. This is also intended for filling in the arch of the build for MSVC builds for the manifest that is also required for fixing bug 733773. Python is used as it is already needed for

This is done as a custom build rule in the Visual Studio projects so that it is easy to clean and rebuild gtk-win32.rc upon an update.

https://bugzilla.gnome.org/show_bug.cgi?id=733773

d62bd12 MSVC Builds: Add Script to Generate gtk-win32.rc
build/win32/Makefile.am | 2 +
build/win32/process-in-win32.py | 100 ++++++++++++++++++++++++++++++++
build/win32/vs10/gtk-gen-srcs.props | 10 ++--
build/win32/vs10/gtk.vcxproj.filtersin | 1 +
build/win32/vs10/gtk.vcxprojin | 14 +++++
build/win32/vs9/gtk-gen-srcs.vsprops | 10 ++--
build/win32/vs9/gtk.vcprojin | 30 ++++++++++
7 files changed, 159 insertions(+), 8 deletions(-)

Upstream: git.gnome.org


  • Share