File indexing completed on 2024-04-14 04:16:18

0001 #! /usr/bin/env bash
0002 $EXTRACTRC *.rc >> rc.cpp
0003 LIST=`find . -name \*.h -o -name \*.cpp`
0004 if test -n "$LIST"; then 
0005         $XGETTEXT $LIST -o $podir/kimagemapeditor.pot 
0006 fi
0007