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

sev at users.sourceforge.net sev at users.sourceforge.net
Fri Jan 2 19:01:19 CET 2009


Revision: 35676
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35676&view=rev
Author:   sev
Date:     2009-01-02 18:01:19 +0000 (Fri, 02 Jan 2009)

Log Message:
-----------
More configure code for additional SAGA engine features.

Modified Paths:
--------------
    scummvm/trunk/configure
    scummvm/trunk/engines/engines.mk

Modified: scummvm/trunk/configure
===================================================================
--- scummvm/trunk/configure	2009-01-02 18:00:12 UTC (rev 35675)
+++ scummvm/trunk/configure	2009-01-02 18:01:19 UTC (rev 35676)
@@ -98,7 +98,7 @@
 add_engine parallaction "Parallaction" yes
 add_engine queen "Flight of the Amazon Queen" yes
 add_engine saga "SAGA" yes "ihnm saga2"
-add_engine ihnm "I Have No Mouth, and I must Scream" yes
+add_engine ihnm "IHNM" yes
 add_engine saga2 "SAGA 2 games" yes
 add_engine sky "Beneath a Steel Sky" yes
 add_engine sword1 "Broken Sword 1" yes
@@ -557,6 +557,15 @@
 	fi
 }
 
+get_saga_build_string() {
+	if test `get_engine_build $1` != no ; then
+		if test $2 != no ; then
+			base="[ITE]"
+		fi
+		get_subengines_build_string $1 $2 "$base"
+	fi
+}
+
 #
 # Greet user
 #

Modified: scummvm/trunk/engines/engines.mk
===================================================================
--- scummvm/trunk/engines/engines.mk	2009-01-02 18:00:12 UTC (rev 35675)
+++ scummvm/trunk/engines/engines.mk	2009-01-02 18:01:19 UTC (rev 35676)
@@ -85,8 +85,17 @@
 ifdef ENABLE_SAGA
 DEFINES += -DENABLE_SAGA=$(ENABLE_SAGA)
 MODULES += engines/saga
+
+ifdef ENABLE_IHNM
+DEFINES += -DENABLE_IHNM
 endif
 
+ifdef ENABLE_SAGA2
+DEFINES += -DENABLE_SAGA2
+endif
+
+endif
+
 ifdef ENABLE_SKY
 DEFINES += -DENABLE_SKY=$(ENABLE_SKY)
 MODULES += engines/sky


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