build: Add gengir.bat to build introspection for ATK.
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 10 Dec 2012 07:11:39 +0000 (15:11 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 10 Dec 2012 11:13:41 +0000 (19:13 +0800)
commit59d018644c8774fb7f6994e8499cb745b58745f9
tree77e0049d4472d2a867bbf400fbf41fd822b45fc1
parent5235e68efe4be99b3aec710526c2e340c548c2d0
build: Add gengir.bat to build introspection for ATK.

This adds a Windows .bat file to build the introspection files for ATK,
which requires:
-An MSVC-built version of ATK
-A valid build of gobject-introspection, preferably done with MSVC.
-A MinGW GCC installation to run the pre-processor during the dumping
 stage*
-A Python installation
-Properly configured set of pkg-config (.pc) files for GLib and its deps.

This does not require a MSYS/Cygwin/BASH shell installed on the Windows
system

*Note that the generated and built dumper program is still compiled and
 linked with the Microsoft compiler.
build/win32/gengir.bat [new file with mode: 0644]