diff options
| author | Willem Jan Palenstijn | 2012-09-11 20:26:06 +0200 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2012-09-11 21:11:25 +0200 |
| commit | 8a796d07663ecc21b951a4de587883688ca8f93b (patch) | |
| tree | bbda4481ce1dfc7250890160726ecfd459bb3bbf /engines/configure.engines | |
| parent | 08d641a0be33412e8e7b23baf8ff1d595ed5227a (diff) | |
| download | scummvm-rg350-8a796d07663ecc21b951a4de587883688ca8f93b.tar.gz scummvm-rg350-8a796d07663ecc21b951a4de587883688ca8f93b.tar.bz2 scummvm-rg350-8a796d07663ecc21b951a4de587883688ca8f93b.zip | |
CONFIGURE: Move engine base support strings to configure.engines
Diffstat (limited to 'engines/configure.engines')
| -rw-r--r-- | engines/configure.engines | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/engines/configure.engines b/engines/configure.engines index f2feb55080..404992b255 100644 --- a/engines/configure.engines +++ b/engines/configure.engines @@ -1,9 +1,10 @@ # This file is included from the main "configure" script -add_engine scumm "SCUMM" yes "scumm_7_8 he" +# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] +add_engine scumm "SCUMM" yes "scumm_7_8 he" "v0-v6 games" add_engine scumm_7_8 "v7 & v8 games" yes add_engine he "HE71+ games" yes add_engine agi "AGI" yes -add_engine agos "AGOS" yes "agos2" +add_engine agos "AGOS" yes "agos2" "AGOS 1 games" add_engine agos2 "AGOS 2 games" yes add_engine cge "CGE" yes add_engine cine "Cinematique evo 1" yes @@ -13,30 +14,30 @@ add_engine draci "Dragon History" yes add_engine drascula "Drascula: The Vampire Strikes Back" yes add_engine dreamweb "Dreamweb" yes add_engine gob "Gobli*ns" yes -add_engine groovie "Groovie" yes "groovie2" +add_engine groovie "Groovie" yes "groovie2" "7th Guest" add_engine groovie2 "Groovie 2 games" no add_engine hugo "Hugo Trilogy" yes -add_engine kyra "Kyra" yes "lol eob" +add_engine kyra "Kyra" yes "lol eob" "Legend of Kyrandia 1-3" add_engine lol "Lands of Lore" yes add_engine eob "Eye of the Beholder" no add_engine lastexpress "The Last Express" no add_engine lure "Lure of the Temptress" yes add_engine made "MADE" yes -add_engine mohawk "Mohawk" yes "cstime myst riven" +add_engine mohawk "Mohawk" yes "cstime myst riven" "Living Books" add_engine cstime "Where in Time is Carmen Sandiego?" no add_engine riven "Riven: The Sequel to Myst" no add_engine myst "Myst" no add_engine parallaction "Parallaction" yes add_engine queen "Flight of the Amazon Queen" yes -add_engine saga "SAGA" yes "ihnm saga2" +add_engine saga "SAGA" yes "ihnm saga2" "ITE" add_engine ihnm "IHNM" yes add_engine saga2 "SAGA 2 games" no -add_engine sci "SCI" yes "sci32" +add_engine sci "SCI" yes "sci32" "SCI 0-1.1 games" add_engine sci32 "SCI32 games" no add_engine sky "Beneath a Steel Sky" yes add_engine sword1 "Broken Sword" yes add_engine sword2 "Broken Sword II" yes -add_engine sword25 "Broken Sword 2.5" no "" "png zlib" +add_engine sword25 "Broken Sword 2.5" no "" "" "png zlib" add_engine teenagent "Teen Agent" yes add_engine testbed "TestBed: the Testing framework" no add_engine tinsel "Tinsel" yes @@ -46,4 +47,4 @@ add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes add_engine tony "Tony Tough and the Night of Roasted Moths" no add_engine tsage "TsAGE" yes add_engine tucker "Bud Tucker in Double Trouble" yes -add_engine wintermute "Wintermute" no "" "png zlib vorbis" +add_engine wintermute "Wintermute" no "" "" "png zlib vorbis" |
