CONFIGURE: Plug in Last Express engine
svn-id: r53580
This commit is contained in:
parent
86d650926f
commit
937cf6cd7a
3 changed files with 9 additions and 0 deletions
|
@ -121,6 +121,9 @@ public:
|
|||
#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
|
||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -91,6 +91,7 @@ add_engine groovie2 "Groovie 2 games" no
|
|||
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
|
||||
|
|
|
@ -74,6 +74,11 @@ DEFINES += -DENABLE_LOL
|
|||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue