[Scummvm-cvs-logs] SF.net SVN: scummvm: [30898] scummvm/trunk/engines/scumm/module.mk

robinwatts at users.sourceforge.net robinwatts at users.sourceforge.net
Sun Feb 17 21:25:07 CET 2008


Revision: 30898
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30898&view=rev
Author:   robinwatts
Date:     2008-02-17 12:25:07 -0800 (Sun, 17 Feb 2008)

Log Message:
-----------
Yet another missing change from the proc3 ARM code stuff; add proc3ARM.o to
the list of modules to build if USE_ARM_COSTUME_ASM is defined.

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/module.mk

Modified: scummvm/trunk/engines/scumm/module.mk
===================================================================
--- scummvm/trunk/engines/scumm/module.mk	2008-02-17 18:30:18 UTC (rev 30897)
+++ scummvm/trunk/engines/scumm/module.mk	2008-02-17 20:25:07 UTC (rev 30898)
@@ -59,6 +59,11 @@
 	vars.o \
 	verbs.o
 
+ifdef USE_ARM_COSTUME_ASM
+MODULE_OBJS += \
+	proc3ARM.o
+endif
+
 ifndef DISABLE_SCUMM_7_8
 MODULE_OBJS += \
 	nut_renderer.o \


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