[Scummvm-cvs-logs] SF.net SVN: scummvm:[49441] scummvm/trunk/backends/platform/gp2xwiz/build

djwillis at users.sourceforge.net djwillis at users.sourceforge.net
Sat Jun 5 20:24:28 CEST 2010


Revision: 49441
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49441&view=rev
Author:   djwillis
Date:     2010-06-05 18:24:28 +0000 (Sat, 05 Jun 2010)

Log Message:
-----------
GP2X Wiz: Update handy shell scripts.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/gp2xwiz/build/build.sh
    scummvm/trunk/backends/platform/gp2xwiz/build/bundle.sh
    scummvm/trunk/backends/platform/gp2xwiz/build/config.sh

Modified: scummvm/trunk/backends/platform/gp2xwiz/build/build.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2xwiz/build/build.sh	2010-06-05 18:15:41 UTC (rev 49440)
+++ scummvm/trunk/backends/platform/gp2xwiz/build/build.sh	2010-06-05 18:24:28 UTC (rev 49441)
@@ -13,7 +13,7 @@
 
 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.

Modified: scummvm/trunk/backends/platform/gp2xwiz/build/bundle.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2xwiz/build/bundle.sh	2010-06-05 18:15:41 UTC (rev 49440)
+++ scummvm/trunk/backends/platform/gp2xwiz/build/bundle.sh	2010-06-05 18:24:28 UTC (rev 49441)
@@ -35,10 +35,12 @@
 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

Modified: scummvm/trunk/backends/platform/gp2xwiz/build/config.sh
===================================================================
--- scummvm/trunk/backends/platform/gp2xwiz/build/config.sh	2010-06-05 18:15:41 UTC (rev 49440)
+++ scummvm/trunk/backends/platform/gp2xwiz/build/config.sh	2010-06-05 18:24:28 UTC (rev 49441)
@@ -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.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list