[Scummvm-cvs-logs] scummvm master -> f5f41d7daa8a5552a669dc7384298e1a4fc60121

sev- sev at scummvm.org
Wed Mar 9 16:34:38 CET 2016


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4fdef191b3 CONFIGURE: Fix options for GCW0
f5f41d7daa GCW0: Remove hardcoded list of skipped engines.


Commit: 4fdef191b36ae00148a8c5898d5f0b7c606ad98a
    https://github.com/scummvm/scummvm/commit/4fdef191b36ae00148a8c5898d5f0b7c606ad98a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-09T16:33:27+01:00

Commit Message:
CONFIGURE: Fix options for GCW0

Changed paths:
    configure



diff --git a/configure b/configure
index a2bfbea..0e7a5a9 100755
--- a/configure
+++ b/configure
@@ -3236,7 +3236,7 @@ esac
 #
 # Enable High resolution engines (>320x240) support only for backends which support it
 #
-case $_backend in
+case $_host in
 	gcw0)
 		if test "$_highres" = yes ; then
 			_highres=yes


Commit: f5f41d7daa8a5552a669dc7384298e1a4fc60121
    https://github.com/scummvm/scummvm/commit/f5f41d7daa8a5552a669dc7384298e1a4fc60121
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-03-09T16:33:52+01:00

Commit Message:
GCW0: Remove hardcoded list of skipped engines.

Now we rely on highres feature of the backends

Changed paths:
    backends/platform/dingux/build.gcw0.sh



diff --git a/backends/platform/dingux/build.gcw0.sh b/backends/platform/dingux/build.gcw0.sh
index eafccb1..c1a4fa2 100755
--- a/backends/platform/dingux/build.gcw0.sh
+++ b/backends/platform/dingux/build.gcw0.sh
@@ -3,4 +3,4 @@
 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=he,mohawk,neverhood,sword1,sword2,sword25,toltecs,wintermute,zvision --disable-mt32emu --disable-hq-scalers && make -j6 gcw-opk && ls -l scummvm.opk
+./configure --host=gcw0 --enable-plugins --default-dynamic --enable-release  --disable-mt32emu --disable-hq-scalers && make -j6 gcw-opk && ls -l scummvm.opk






More information about the Scummvm-git-logs mailing list