aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/gp2xwiz/caanoo/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/gp2xwiz/caanoo/build.sh')
-rwxr-xr-xbackends/platform/gp2xwiz/caanoo/build.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/backends/platform/gp2xwiz/caanoo/build.sh b/backends/platform/gp2xwiz/caanoo/build.sh
new file mode 100755
index 0000000000..8000d2595d
--- /dev/null
+++ b/backends/platform/gp2xwiz/caanoo/build.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+echo Quick script to make building all the time less painful.
+
+# Set the paths up here to support the build.
+
+cd ../../../..
+
+echo Building ScummVM for GP2X Caanoo.
+make
+
+echo Build for GP2X Caanoo - complete - Please check build logs.