From 6285d2f565efd779e894b77dd3addda8bc4f6188 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 24 Feb 2016 20:07:37 +0100 Subject: GCW0: Add release build script --- backends/platform/dingux/build.gcw0.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 backends/platform/dingux/build.gcw0.sh (limited to 'backends/platform/dingux') 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 -- cgit v1.2.3