finch/libgnt/pygnt/gendef.sh

branch
sadrul.conv.persistent
changeset 19596
93f6139d4aaa
parent 19187
7d51c1555510
--- a/finch/libgnt/pygnt/gendef.sh	Sat Aug 25 10:02:21 2007 +0000
+++ b/finch/libgnt/pygnt/gendef.sh	Sat Aug 25 10:33:00 2007 +0000
@@ -31,7 +31,9 @@
 rm -f gnt.def
 for file in $FILES
 do
+	echo -n "Generating definitions for ${file} ... "
 	python /usr/share/pygtk/2.0/codegen/h2def.py ../$file >> gnt.def
+	echo "Done"
 done
 
 # Remove the definitions about the enums

mercurial