Visual Studio builds: Integrate introspection builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Jul 2017 10:32:11 +0000 (18:32 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 13 Jul 2017 10:44:26 +0000 (18:44 +0800)
commite00e843b23deaf5b75e3c10497ec185d0024b42a
tree881fef9ef8e2b58f59df9fe141b73d3113966cbc
parent62769abbe997022db2cb6539dd2fef08acefe243
Visual Studio builds: Integrate introspection builds

Since we hard-require Python for our builds, integrate introspection
builds in the build process.  This will fail if Python is not installed
or correctly set at PythonDir/PythonDirX64 or g-ir-scanner is not found
at $(GLibEtcInstallRoot)\bin, but it shouldn't otherwise impact the
build in other ways as the built DLL and lib will still be built and
copied normally.  This is in place here before the Meson build system is
ready for G-I and GLib.
19 files changed:
win32/vs10/Makefile.am
win32/vs10/README.txt
win32/vs10/atk-build-defines.props
win32/vs10/atk-install.propsin
win32/vs10/atk-install.vcxproj
win32/vs10/atk-introspect.vcxproj [new file with mode: 0644]
win32/vs10/atk-version-paths.props.in
win32/vs10/atk.sln
win32/vs11/Makefile.am
win32/vs12/Makefile.am
win32/vs14/Makefile.am
win32/vs15/Makefile.am
win32/vs9/Makefile.am
win32/vs9/README.txt
win32/vs9/atk-build-defines.vsprops
win32/vs9/atk-install.vspropsin
win32/vs9/atk-introspect.vcproj [new file with mode: 0644]
win32/vs9/atk-version-paths.vsprops.in
win32/vs9/atk.sln