From b429096b36cf44f773f01b371c0ff5a60ed61c95 Mon Sep 17 00:00:00 2001 From: David-John Willis Date: Sun, 22 Jan 2012 16:36:52 +0000 Subject: OPENPANDORA: Move all dist files into own folder under dists. * Update OpenPandora bundle targets to suit new layout. * Also add .in input files so we can automatically update version numbers. --- backends/platform/openpandora/build/runscummvm.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 backends/platform/openpandora/build/runscummvm.sh (limited to 'backends/platform/openpandora/build/runscummvm.sh') diff --git a/backends/platform/openpandora/build/runscummvm.sh b/backends/platform/openpandora/build/runscummvm.sh deleted file mode 100755 index 9c9d8362cb..0000000000 --- a/backends/platform/openpandora/build/runscummvm.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -# Make sure any extra libs not in the firmware are pulled in. -LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:../lib -export LD_LIBRARY_PATH - -# Ensure we have a folder to store save games on the SD card. -mkdir saves - -# make a runtime dir, just incase it creates anything in CWD -mkdir runtime -cd runtime - -../bin/scummvm --fullscreen --gfx-mode=2x --config=../scummvm.config --themepath=../data -- cgit v1.2.3