Private
Public Access
1
0

Initial import

This commit is contained in:
2019-04-06 15:54:19 -04:00
commit 9a7f2cf840
15 changed files with 289 additions and 0 deletions

4
Messages.sh Normal file
View File

@@ -0,0 +1,4 @@
#! /usr/bin/env bash
$EXTRACTRC `find . -name \*.ui -o -name \*.rc -o -name \*.kcfg` >> rc.cpp
$XGETTEXT `find . -name \*.cpp` -o $podir/simplecastengine.pot
rm -f rc.cpp