From e734369158a6da373f8213abe58efbde4d0b0904 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Fri, 24 Sep 2010 16:24:17 -0300 Subject: Add a script to import gobject annotations --- misc/extract-gobject-sources.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 misc/extract-gobject-sources.sh diff --git a/misc/extract-gobject-sources.sh b/misc/extract-gobject-sources.sh new file mode 100755 index 00000000..9e7679e6 --- /dev/null +++ b/misc/extract-gobject-sources.sh @@ -0,0 +1,9 @@ +#!/bin/sh +GLIBDIR=$1 +tools/g-ir-annotation-tool --extract \ + -DGOBJECT_COMPILATION \ + -I$GLIBDIR \ + -I$GLIBDIR/glib \ + -I$GLIBDIR/gobject \ + -I$GLIBDIR/gmodule \ + $GLIBDIR/gobject/*.c $GLIBDIR/gobject/*.h -- cgit v1.2.1