aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/build/bundle.sh
diff options
context:
space:
mode:
authorJohn Willis2010-06-05 18:24:28 +0000
committerJohn Willis2010-06-05 18:24:28 +0000
commit6a796c2bb0b2a6d46546a97c24320bdceae2c69d (patch)
treefe676195d286264699167ce5f444ee905b84fcbb /backends/platform/gp2xwiz/build/bundle.sh
parentc00d645506d60aea320a72cea2c5b9cb5368891c (diff)
downloadscummvm-rg350-6a796c2bb0b2a6d46546a97c24320bdceae2c69d.tar.gz
scummvm-rg350-6a796c2bb0b2a6d46546a97c24320bdceae2c69d.tar.bz2
scummvm-rg350-6a796c2bb0b2a6d46546a97c24320bdceae2c69d.zip
GP2X Wiz: Update handy shell scripts.
svn-id: r49441
Diffstat (limited to 'backends/platform/gp2xwiz/build/bundle.sh')
-rwxr-xr-xbackends/platform/gp2xwiz/build/bundle.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/backends/platform/gp2xwiz/build/bundle.sh b/backends/platform/gp2xwiz/build/bundle.sh
index 492ba9e1c6..065bd7a685 100755
--- a/backends/platform/gp2xwiz/build/bundle.sh
+++ b/backends/platform/gp2xwiz/build/bundle.sh
@@ -35,10 +35,12 @@ loc=`dirname "$f"`
cp $loc/../lib/libz.so.1.2.3 ./scummvm-wiz-`date '+%Y-%m-%d'`/scummvm/lib/libz.so.1
cp $loc/../lib/libvorbisidec.so.1.0.2 ./scummvm-wiz-`date '+%Y-%m-%d'`/scummvm/lib/libvorbisidec.so.1
-
-echo Making Stripped exe.
+echo Making Stripped Binary.
arm-open2x-linux-strip ./scummvm-wiz-`date '+%Y-%m-%d'`/scummvm/scummvm.wiz
+echo Making Stripped Plugins.
+arm-open2x-linux-strip ./scummvm-wiz-`date '+%Y-%m-%d'`/scummvm/plugins/*
+
echo Building ZIP bundle.
if [ -f /usr/bin/zip ]
then