mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
GP2X Wiz: Update handy shell scripts.
svn-id: r49441
This commit is contained in:
parent
c00d645506
commit
6a796c2bb0
@ -13,7 +13,7 @@ export ASFLAGS=-mfloat-abi=soft
|
||||
|
||||
cd ../../../..
|
||||
|
||||
echo Building ScummVM for GP2X.
|
||||
echo Building ScummVM for GP2X Wiz.
|
||||
make
|
||||
|
||||
echo Build for GP2X - SDL - complete - Please check build logs.
|
||||
echo Build for GP2X Wiz - complete - Please check build logs.
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
echo Quick script to make running configure all the time less painful
|
||||
echo and let all the build work be done from the backend/build folder.
|
||||
|
Loading…
Reference in New Issue
Block a user