From 961976f17ed09580bda7ec7531230378b4bf184e Mon Sep 17 00:00:00 2001 From: lubomyr Date: Thu, 19 May 2016 19:54:18 +0200 Subject: ANDROIDSDL: add androidsdl backend --- dists/androidsdl/scummvm/DataBuild.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 dists/androidsdl/scummvm/DataBuild.sh (limited to 'dists/androidsdl/scummvm/DataBuild.sh') diff --git a/dists/androidsdl/scummvm/DataBuild.sh b/dists/androidsdl/scummvm/DataBuild.sh new file mode 100755 index 0000000000..f38c82f8b1 --- /dev/null +++ b/dists/androidsdl/scummvm/DataBuild.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +LOCAL_PATH=`dirname $0` +LOCAL_PATH=`cd $LOCAL_PATH && pwd` + +rm AndroidData/* +make -C scummvm androidsdl +cp -f scummvm/scummvm*.z* AndroidData +rm scummvm/scummvm*.z* \ No newline at end of file -- cgit v1.2.3