diff options
author | David-John Willis | 2011-04-12 12:08:46 +0100 |
---|---|---|
committer | David-John Willis | 2011-04-13 08:01:15 +0100 |
commit | da688dbb7f20d08371a160d9fcc29776418d502d (patch) | |
tree | 46b317015de26186d190b49a2ea59d69eef04534 /backends/platform/gph/caanoo/bundle.sh | |
parent | cb3e3e7125274dba4437f0beb35b461405eb3442 (diff) | |
download | scummvm-rg350-da688dbb7f20d08371a160d9fcc29776418d502d.tar.gz scummvm-rg350-da688dbb7f20d08371a160d9fcc29776418d502d.tar.bz2 scummvm-rg350-da688dbb7f20d08371a160d9fcc29776418d502d.zip |
GPH: Move caanoo build support files into device folder in the backend.
Diffstat (limited to 'backends/platform/gph/caanoo/bundle.sh')
-rwxr-xr-x | backends/platform/gph/caanoo/bundle.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/backends/platform/gph/caanoo/bundle.sh b/backends/platform/gph/caanoo/bundle.sh deleted file mode 100755 index 76fd31cec6..0000000000 --- a/backends/platform/gph/caanoo/bundle.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -echo Quick script to make building a distribution of the GP2X Caanoo backend more consistent. - -cd ../../../.. - -echo Building ScummVM for GP2X Caanoo. - -make caanoo-bundle |