diff options
Diffstat (limited to 'backends/platform/gp2xwiz/caanoo/bundle-debug.sh')
-rwxr-xr-x | backends/platform/gp2xwiz/caanoo/bundle-debug.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/platform/gp2xwiz/caanoo/bundle-debug.sh b/backends/platform/gp2xwiz/caanoo/bundle-debug.sh new file mode 100755 index 0000000000..2d5cefe80e --- /dev/null +++ b/backends/platform/gp2xwiz/caanoo/bundle-debug.sh @@ -0,0 +1,9 @@ +#!/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-debug |