[Scummvm-cvs-logs] SF.net SVN: scummvm:[53580] scummvm/trunk

sev at users.sourceforge.net sev at users.sourceforge.net
Mon Oct 18 21:18:06 CEST 2010


Revision: 53580
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53580&view=rev
Author:   sev
Date:     2010-10-18 19:18:06 +0000 (Mon, 18 Oct 2010)

Log Message:
-----------
CONFIGURE: Plug in Last Express engine

Modified Paths:
--------------
    scummvm/trunk/base/plugins.cpp
    scummvm/trunk/configure
    scummvm/trunk/engines/engines.mk

Modified: scummvm/trunk/base/plugins.cpp
===================================================================
--- scummvm/trunk/base/plugins.cpp	2010-10-18 19:17:38 UTC (rev 53579)
+++ scummvm/trunk/base/plugins.cpp	2010-10-18 19:18:06 UTC (rev 53580)
@@ -121,6 +121,9 @@
 		#if PLUGIN_ENABLED_STATIC(KYRA)
 		LINK_PLUGIN(KYRA)
 		#endif
+		#if PLUGIN_ENABLED_STATIC(LASTEXPRESS)
+		LINK_PLUGIN(LASTEXPRESS)
+		#endif
 		#if PLUGIN_ENABLED_STATIC(LURE)
 		LINK_PLUGIN(LURE)
 		#endif

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2010-10-18 19:17:38 UTC (rev 53579)
+++ scummvm/trunk/configure	2010-10-18 19:18:06 UTC (rev 53580)
@@ -91,6 +91,7 @@
 add_engine hugo "Hugo Trilogy" no
 add_engine kyra "Legend of Kyrandia" yes "lol"
 add_engine lol "Lands of Lore" no
+add_engine lastexpress "The Last Express" no
 add_engine lure "Lure of the Temptress" yes
 add_engine m4 "M4/MADS" no
 add_engine made "MADE" yes

Modified: scummvm/trunk/engines/engines.mk
===================================================================
--- scummvm/trunk/engines/engines.mk	2010-10-18 19:17:38 UTC (rev 53579)
+++ scummvm/trunk/engines/engines.mk	2010-10-18 19:18:06 UTC (rev 53580)
@@ -74,6 +74,11 @@
 endif
 endif
 
+ifdef ENABLE_LASTEXPRESS
+DEFINES += -DENABLE_LASTEXPRESS=$(ENABLE_LASTEXPRESS)
+MODULES += engines/lastexpress
+endif
+
 ifdef ENABLE_LURE
 DEFINES += -DENABLE_LURE=$(ENABLE_LURE)
 MODULES += engines/lure


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