MSVC Builds: Generate glib-mkenums If Possible

Desktop / GNOME / GLib - Chun-wei Fan [src.gnome.org] - 8 August 2014 04:39 UTC

As glib-mkenums would likely be used in the building of the other components of the stack, such as Cogl, Clutter and gsettings-desktop-schemas, generate that using a Python script (if Python can be found) and "install" it.

3d89041 MSVC Builds: Generate glib-mkenums If Possible
build/win32/Makefile.am | 3 +-
build/win32/process_in_win32.py | 77 ++++++++++++++++++++++++++++
build/win32/setup.py | 35 +------------
build/win32/vs10/glib-gen-srcs.props | 4 ++
build/win32/vs10/glib-install.props | 2 +
build/win32/vs10/glib-version-paths.props | 4 ++
build/win32/vs10/gobject.vcxproj.filtersin | 5 +-
build/win32/vs10/gobject.vcxprojin | 26 ++++++++--
build/win32/vs9/glib-gen-srcs.vsprops | 20 +++-----
build/win32/vs9/glib-install.vsprops | 1 +
build/win32/vs9/glib-version-paths.vsprops | 4 ++
build/win32/vs9/gobject.vcprojin | 42 +++++++++++++--
12 files changed, 167 insertions(+), 56 deletions(-)

Upstream: git.gnome.org


  • Share