[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 888
Date : Wed Apr 26 10:12:48 BST 2006
Changed paths:
M /Trunk/XaraLX/Scripts/build-resources.sh
Fix WXRC thing
Diff:
Index: Trunk/XaraLX/Scripts/build-resources.sh
===================================================================
--- Trunk/XaraLX/Scripts/build-resources.sh (revision 887)
+++ Trunk/XaraLX/Scripts/build-resources.sh (revision 888)
@@ -11,6 +11,7 @@
ZIP=zip
XARALANGUAGE=EN
XGETTEXT=xgettext
+WXRC=wxrc
cd wxOil
echo Testing for new resources... 1>&2
@@ -34,7 +35,7 @@
touch xrc/strings.xrc && \
$TOPDIR/Scripts/combinexrc.pl -b missing.png -o xrc/dialogs.xrc $XRCDIALOGS && \
$TOPDIR/Scripts/combinexrc.pl -b missing.png -t -s -o xrc/strings.lst $XRCSTRINGS && \
- ( perl -ne 'chomp;s/^\S+ //;print "_(\"$_\");
";' < xrc/strings.lst && @WXRC@ -g xrc/dialogs.xrc) | sort -u | \
+ ( perl -ne 'chomp;s/^\S+ //;print "_(\"$_\");
";' < xrc/strings.lst && $WXRC -g xrc/dialogs.xrc) | sort -u | \
perl -ne 'print unless /^_\(\"\"\)\;\s+$/;' | sed 's/&/\&/g' | \
$XGETTEXT --force-po -k_ -C -i - --no-location --copyright-holder "Xara Group Ltd" --msgid-bugs-address=bugs@xxxxxxxx -d xaralx -o xrc/xaralx.po
Xara