summaryrefslogtreecommitdiff
path: root/misc/extract-gio-sources.sh
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-12-16 16:49:05 -0500
committerColin Walters <walters@verbum.org>2010-12-16 17:24:46 -0500
commit770074761f6fe494fd435c6247371fb127b34366 (patch)
treedb27645b323dc9221b77f94d61063edbdf99426f /misc/extract-gio-sources.sh
parentddd89cd72af0f201d9b70c60b7c89aa6ec025ae0 (diff)
downloadgobject-introspection-wip/glib-source-extraction.tar.gz
update-glib-sources: New scriptwip/glib-source-extraction
This is a bit cleaner than the old extract-*-sources.sh scripts, and supports extracting headers too, so we can stop depending on the installed tree.
Diffstat (limited to 'misc/extract-gio-sources.sh')
-rwxr-xr-xmisc/extract-gio-sources.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/misc/extract-gio-sources.sh b/misc/extract-gio-sources.sh
deleted file mode 100755
index cf7dfe58..00000000
--- a/misc/extract-gio-sources.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-GLIBDIR=$1
-./g-ir-annotation-tool --extract \
- -DGIO_COMPILATION \
- -I$GLIBDIR \
- -I$GLIBDIR/glib \
- -I$GLIBDIR/gobject \
- -I$GLIBDIR/gmodule \
- -I$GLIBDIR/gio \
- $GLIBDIR/gio/*.c $GLIBDIR/gio/*.h