diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-03-12 17:36:37 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2013-03-12 17:36:37 +0800 |
commit | f196c61b1691bb063a27289438c6ecdf247af798 (patch) | |
tree | e933ae4f924928d4a87a6edd87131844d901d69d /build/win32/Makefile.am | |
parent | de4385923073afaf04687d43d7cb4c6ca43f0af9 (diff) | |
download | gobject-introspection-f196c61b1691bb063a27289438c6ecdf247af798.tar.gz |
Visual Studio builds: Process cairo-1.0.gir.in
Use a simple Python script that uses Python REGEX abilities to create
cairo-1.0.gir from cairo-1.0.gir.in with the correct values for Cairo, for
use in the Visual Studio builds of g-i. It can be later extended if
needed.
Also dist this, and call this script from gengir.bat so that cairo-1.0.gir
and cairo-1.0.typelib can be built and "installed"
https://bugzilla.gnome.org/show_bug.cgi?id=692165
Diffstat (limited to 'build/win32/Makefile.am')
-rw-r--r-- | build/win32/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/win32/Makefile.am b/build/win32/Makefile.am index 499c5cff..f404aa16 100644 --- a/build/win32/Makefile.am +++ b/build/win32/Makefile.am @@ -5,6 +5,7 @@ EXTRA_DIST = \ everything.def \ foo.def \ gengir.bat \ + create_nonglib_gir.py \ gettype.def \ gimarshallingtests.def \ gtkfrob.def \ |