File indexing completed on 2023-05-30 11:09:01
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
File indexing completed on 2023-05-30 11:09:01
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