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

dhewg dhewg at wiibrew.org
Sun Apr 10 11:25:18 CEST 2011


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:
fc582bfc8f Revert "CONFIGURE: Use FORCE_RTL for the Android backend"
b48e3a83bb Revert "CONFIGURE: Use FORCE_RTL for the Wii backend"


Commit: fc582bfc8fa74992e55d1395166fbac60a577084
    https://github.com/scummvm/scummvm/commit/fc582bfc8fa74992e55d1395166fbac60a577084
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-04-10T02:23:02-07:00

Commit Message:
Revert "CONFIGURE: Use FORCE_RTL for the Android backend"

This reverts commit 44ab256101c8beec0860538127c2c7d602366c71.

Changed paths:
    configure



diff --git a/configure b/configure
index f74ee96..035d6c3 100755
--- a/configure
+++ b/configure
@@ -3002,7 +3002,7 @@ case $_backend in
 		# than pick up anything unhygenic from the Android libs.
 		LIBS="-Wl,-Bstatic $static_libs"
 		LIBS="$LIBS -Wl,-Bdynamic -lgcc $system_libs -llog -lGLESv1_CM"
-		DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE -DFORCE_RTL"
+		DEFINES="$DEFINES -DREDUCE_MEMORY_USAGE"
 		;;
 	dc)
 		INCLUDES="$INCLUDES "'-I$(srcdir)/backends/platform/dc -isystem $(ronindir)/include'


Commit: b48e3a83bb16ba8bf77b8d684074960894797917
    https://github.com/scummvm/scummvm/commit/b48e3a83bb16ba8bf77b8d684074960894797917
Author: dhewg (dhewg at wiibrew.org)
Date: 2011-04-10T02:23:14-07:00

Commit Message:
Revert "CONFIGURE: Use FORCE_RTL for the Wii backend"

This reverts commit e2a0c096924df7ba2ba0c0d8888341563e6e3995.

Changed paths:
    configure



diff --git a/configure b/configure
index 035d6c3..75a64e0 100755
--- a/configure
+++ b/configure
@@ -3092,7 +3092,7 @@ case $_backend in
 		DEFINES="$DEFINES -DSDL_BACKEND"
 		;;
 	wii)
-		DEFINES="$DEFINES -D__WII__ -DGEKKO -DFORCE_RTL"
+		DEFINES="$DEFINES -D__WII__ -DGEKKO"
 		case $_host_os in
 		gamecube)
 			LIBS="$LIBS -lgxflux -liso9660 -lfat -logc -ldb"






More information about the Scummvm-git-logs mailing list