MSVC Builds: Generate glib-mkenums If Possible
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 8 Aug 2014 09:39:22 +0000 (17:39 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 8 Aug 2014 09:39:48 +0000 (17:39 +0800)
commit3d89041220a2a783b5706763b35778f9154c0883
tree8535e7070cfe3663c60327c7d1288d14ffb880d2
parent3e2735f4680b9f46548e7d039b0241cd24aee162
MSVC Builds: Generate glib-mkenums If Possible

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.
12 files changed:
build/win32/Makefile.am
build/win32/process_in_win32.py [new file with mode: 0644]
build/win32/setup.py
build/win32/vs10/glib-gen-srcs.props
build/win32/vs10/glib-install.props
build/win32/vs10/glib-version-paths.props
build/win32/vs10/gobject.vcxproj.filtersin
build/win32/vs10/gobject.vcxprojin
build/win32/vs9/glib-gen-srcs.vsprops
build/win32/vs9/glib-install.vsprops
build/win32/vs9/glib-version-paths.vsprops
build/win32/vs9/gobject.vcprojin