2016-02-24 20:07:37 +01:00
|
|
|
#!/bin/bash
|
|
|
|
|
|
|
|
export PATH=/opt/gcw0-toolchain/usr/bin:$PATH
|
|
|
|
|
|
|
|
# Disable high resolution engines since we have 320x240 hardware
|
2020-09-13 17:54:45 +02:00
|
|
|
./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release --disable-engine=glk && make -j6 gcw-opk && ls -l scummvm.opk
|