Enable the building of introspection files for Visual C++ builds
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 20 Feb 2013 10:13:11 +0000 (18:13 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 6 Mar 2013 04:13:54 +0000 (12:13 +0800)
commiteae9d1da36bc432b6396faac01d9dc86aba68aa3
treea5d39d13fc449d31ee84be66deb939f71b8414ee
parentbf47ddbf159afffe6c220d121ed7069206f49c2d
Enable the building of introspection files for Visual C++ builds

This adds the utility Python/.bat scripts to the distribution for building
the introspection files for ATK, and adds utility projects to build those
files when needed.

This makes use of Python Regex functionality so that we can read directly
from the autotools files to create the file list that is necessary to
build the introspection files, without needing to modify the autotools
files to create the file list.
build/win32/Makefile.am
build/win32/gen-file-list-atk.py [new file with mode: 0644]
build/win32/gengir.bat
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]