GCW0: Add release build script

This commit is contained in:
Eugene Sandulenko 2016-02-24 20:07:37 +01:00
parent a11d7810e0
commit 6285d2f565

View File

@ -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