mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-24 05:01:43 +00:00
GCW0: Add release build script
This commit is contained in:
parent
a11d7810e0
commit
6285d2f565
6
backends/platform/dingux/build.gcw0.sh
Executable file
6
backends/platform/dingux/build.gcw0.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user