Add configure option for Groovie 2 games.

svn-id: r43843
This commit is contained in:
Travis Howell 2009-08-31 00:39:30 +00:00
parent 5791d475f5
commit dadbb53350
3 changed files with 8 additions and 5 deletions

3
configure vendored
View File

@ -77,7 +77,8 @@ add_engine cine "Cinematique evo 1" yes
add_engine cruise "Cinematique evo 2" yes
add_engine drascula "Drascula: The Vampire Strikes Back" yes
add_engine gob "Gobli*ns" yes
add_engine groovie "Groovie" yes
add_engine groovie "Groovie" yes "groovie2"
add_engine groovie2 "Groovie 2 games" no
add_engine igor "Igor: Objective Uikokahonia" no
add_engine kyra "Legend of Kyrandia" yes "lol"
add_engine lol "Lands of Lore" no

View File

@ -49,6 +49,10 @@ endif
ifdef ENABLE_GROOVIE
DEFINES += -DENABLE_GROOVIE=$(ENABLE_GROOVIE)
MODULES += engines/groovie
ifdef ENABLE_GROOVIE2
DEFINES += -DENABLE_GROOVIE2
endif
endif
ifdef ENABLE_IGOR

View File

@ -30,13 +30,11 @@
namespace Groovie {
//#define GROOVIE_EXPERIMENTAL
static const PlainGameDescriptor groovieGames[] = {
// Games
{"t7g", "The 7th Guest"},
#ifdef GROOVIE_EXPERIMENTAL
#ifdef ENABLE_GROOVIE2
{"11h", "The 11th Hour: The sequel to The 7th Guest"},
{"clandestiny", "Clandestiny"},
{"unclehenry", "Uncle Henry's Playhouse"},
@ -84,7 +82,7 @@ static const GroovieGameDescription gameDescriptions[] = {
kGroovieT7G, 0
},
#ifdef GROOVIE_EXPERIMENTAL
#ifdef ENABLE_GROOVIE2
// The 11th Hour DOS English
{
{