]> Pileus Git - ~andy/gtk/commit
Visual Studio Builds: Support Building Introspection Files
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 6 Mar 2013 05:12:01 +0000 (13:12 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 6 Mar 2013 05:12:01 +0000 (13:12 +0800)
commit801a7ca17fe597dcae5672cc801fcfb8d492d950
tree0259aac609dd9cb33c0648adfbcb0f32c9997b76
parent4c93bea05139973804b2d1bc2d6a6c0ed61d7f39
Visual Studio Builds: Support Building Introspection Files

Add Windows .bat and Python script to call g-ir-scanner to build
introspection files for Visual Studio builds.  This will read from the
autotools files using Python REGEX functionality to determine the headers
and sources for g-ir-scanner to process, so the autotools files will not
need to be updated except to distribute the necessary files.  Thils will
also enable one to build introspection files on Windows without using a
BASH-style shell such as MSYS.

Also add an utility Visual Studio project to call the Windows .bat to
build the introspection files for GTK+/GDK, for convenience.
build/win32/Makefile.am
build/win32/gen-file-list-gtk.py [new file with mode: 0644]
build/win32/gengir_gtk.bat [new file with mode: 0644]
build/win32/vs10/Makefile.am
build/win32/vs10/gengir.vcxproj [new file with mode: 0644]
build/win32/vs9/Makefile.am
build/win32/vs9/gengir.vcproj [new file with mode: 0644]