From 770074761f6fe494fd435c6247371fb127b34366 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Thu, 16 Dec 2010 16:49:05 -0500 Subject: update-glib-sources: New script 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. --- misc/extract-gio-sources.sh | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100755 misc/extract-gio-sources.sh (limited to 'misc/extract-gio-sources.sh') 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 -- cgit v1.2.1