[Scummvm-cvs-logs] SF.net SVN: scummvm:[44643] scummvm/trunk/backends/platform/linuxmoto/ module.mk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Oct 5 00:35:04 CEST 2009


Revision: 44643
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44643&view=rev
Author:   fingolfin
Date:     2009-10-04 22:35:04 +0000 (Sun, 04 Oct 2009)

Log Message:
-----------
Attempt to fix linuxmoto compilation on our buildbot

Modified Paths:
--------------
    scummvm/trunk/backends/platform/linuxmoto/module.mk

Modified: scummvm/trunk/backends/platform/linuxmoto/module.mk
===================================================================
--- scummvm/trunk/backends/platform/linuxmoto/module.mk	2009-10-04 22:33:15 UTC (rev 44642)
+++ scummvm/trunk/backends/platform/linuxmoto/module.mk	2009-10-04 22:35:04 UTC (rev 44643)
@@ -6,8 +6,7 @@
 	linuxmoto-sdl.o \
 	linuxmoto-scaler.o \
 	linuxmoto-graphics.o \
-	hardwarekeys.o \
-	../wince/ARMscaler.o
+	hardwarekeys.o
 
 MODULE_DIRS += \
 	backends/platform/linuxmoto/
@@ -15,5 +14,10 @@
 # We don't use the rules.mk here on purpose
 OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
 
-# The linuxmoto backend is based on the SDL one, so we load that, too.
+# HACK: We import one of the WinCE scalers
+OBJS += backends/platform/wince/ARMscaler.o
+MODULE_DIRS += \
+	backends/platform/wii/
+
+# HACK: The linuxmoto backend is based on the SDL one, so we load that, too.
 include $(srcdir)/backends/platform/sdl/module.mk


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list