MSVC Builds: Simplify Script to Generate glib-mkenums

Desktop / GNOME / GLib - Chun-wei Fan [src.gnome.org] - 9 September 2015 02:21 UTC

Use a simple all-purpose utility script to generate the glib-mkenums PERL script with the version info, and stop using the script that tries to parse the autotools files. Move the things that were taken out from build/win32/setup.py back there.

9c7df09 MSVC Builds: Simplify Script to Generate glib-mkenums
build/win32/Makefile.am | 2 +-
build/win32/process_in_win32.py | 77 -----------------------
build/win32/replace.py | 98 ++++++++++++++++++++++++++++++
build/win32/setup.py | 35 ++++++++++-
build/win32/vs10/Makefile.am | 3 +-
build/win32/vs10/glib-gen-srcs.props | 33 ----------
build/win32/vs10/glib-gen-srcs.props.in | 33 ++++++++++
build/win32/vs9/Makefile.am | 3 +-
build/win32/vs9/glib-gen-srcs.vsprops | 28 ---------
build/win32/vs9/glib-gen-srcs.vsprops.in | 28 +++++++++
configure.ac | 2 +
11 files changed, 200 insertions(+), 142 deletions(-)

Upstream: git.gnome.org


  • Share