aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorEugene Sandulenko2016-02-24 20:07:37 +0100
committerEugene Sandulenko2016-02-24 20:09:48 +0100
commit6285d2f565efd779e894b77dd3addda8bc4f6188 (patch)
tree778a142cdb2491ce528967795c87f90a3e96fb19 /backends
parenta11d7810e01e3e5509e6bdb0148d43b4ae961758 (diff)
downloadscummvm-rg350-6285d2f565efd779e894b77dd3addda8bc4f6188.tar.gz
scummvm-rg350-6285d2f565efd779e894b77dd3addda8bc4f6188.tar.bz2
scummvm-rg350-6285d2f565efd779e894b77dd3addda8bc4f6188.zip
GCW0: Add release build script
Diffstat (limited to 'backends')
-rwxr-xr-xbackends/platform/dingux/build.gcw0.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/dingux/build.gcw0.sh b/backends/platform/dingux/build.gcw0.sh
new file mode 100755
index 0000000000..fbdd559306
--- /dev/null
+++ b/backends/platform/dingux/build.gcw0.sh
@@ -0,0 +1,6 @@
+#!/bin/bash
+
+export PATH=/opt/gcw0-toolchain/usr/bin:$PATH
+
+# Disable high resolution engines since we have 320x240 hardware
+./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-engine=mohawk,neverhood,sword25,toltecs,wintermute,zvision && make -j6 gcw-opk && ls -l scummvm.opk