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

mthreepwood at users.sourceforge.net mthreepwood at users.sourceforge.net
Tue Feb 2 23:31:33 CET 2010


Revision: 47822
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47822&view=rev
Author:   mthreepwood
Date:     2010-02-02 22:31:32 +0000 (Tue, 02 Feb 2010)

Log Message:
-----------
Fix compile without SCI32

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

Modified: scummvm/trunk/engines/sci/module.mk
===================================================================
--- scummvm/trunk/engines/sci/module.mk	2010-02-02 21:47:51 UTC (rev 47821)
+++ scummvm/trunk/engines/sci/module.mk	2010-02-02 22:31:32 UTC (rev 47822)
@@ -39,7 +39,6 @@
 	graphics/controls.o \
 	graphics/cursor.o \
 	graphics/font.o \
-	graphics/frameout.o \
 	graphics/gui.o \
 	graphics/menu.o \
 	graphics/paint16.o \
@@ -72,6 +71,7 @@
 ifdef ENABLE_SCI32
 MODULE_OBJS += \
 	engine/kernel32.o \
+	graphics/frameout.o \
 	graphics/gui32.o \
 	graphics/robot.o \
 	video/vmd_decoder.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