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

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Sat Jun 14 13:23:30 CEST 2008


Revision: 32700
          http://scummvm.svn.sourceforge.net/scummvm/?rev=32700&view=rev
Author:   Kirben
Date:     2008-06-14 04:23:29 -0700 (Sat, 14 Jun 2008)

Log Message:
-----------
Revert last commit.

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	2008-06-14 11:17:16 UTC (rev 32699)
+++ scummvm/trunk/base/plugins.cpp	2008-06-14 11:23:29 UTC (rev 32700)
@@ -140,9 +140,6 @@
 		#if PLUGIN_ENABLED_STATIC(SWORD2)
 		LINK_PLUGIN(SWORD2)
 		#endif
-		#if PLUGIN_ENABLED_STATIC(TINSEL)
-		LINK_PLUGIN(TINSEL)
-		#endif
 		#if PLUGIN_ENABLED_STATIC(TOUCHE)
 		LINK_PLUGIN(TOUCHE)
 		#endif

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2008-06-14 11:17:16 UTC (rev 32699)
+++ scummvm/trunk/configure	2008-06-14 11:23:29 UTC (rev 32700)
@@ -100,7 +100,6 @@
 add_engine sky "Beneath a Steel Sky" yes
 add_engine sword1 "Broken Sword 1" yes
 add_engine sword2 "Broken Sword 2" yes
-add_engine tinsel "Tinsel" yes
 add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes
 
 _endian=unknown

Modified: scummvm/trunk/engines/engines.mk
===================================================================
--- scummvm/trunk/engines/engines.mk	2008-06-14 11:17:16 UTC (rev 32699)
+++ scummvm/trunk/engines/engines.mk	2008-06-14 11:23:29 UTC (rev 32700)
@@ -97,11 +97,6 @@
 MODULES += engines/sword2
 endif
 
-ifdef ENABLE_TINSEL
-DEFINES += -DENABLE_TINSEL=$(ENABLE_TINSEL)
-MODULES += engines/tinsel
-endif
-
 ifdef ENABLE_TOUCHE
 DEFINES += -DENABLE_TOUCHE=$(ENABLE_TOUCHE)
 MODULES += engines/touche


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