TOLTECS: integrate engine
This commit is contained in:
parent
579c47b717
commit
4c60382604
3 changed files with 9 additions and 0 deletions
|
@ -172,6 +172,9 @@ public:
|
|||
#if PLUGIN_ENABLED_STATIC(TINSEL)
|
||||
LINK_PLUGIN(TINSEL)
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(TOLTECS)
|
||||
LINK_PLUGIN(TOLTECS)
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(TOON)
|
||||
LINK_PLUGIN(TOON)
|
||||
#endif
|
||||
|
|
1
configure
vendored
1
configure
vendored
|
@ -117,6 +117,7 @@ add_engine sword25 "Broken Sword 2.5" no
|
|||
add_engine teenagent "Teen Agent" yes
|
||||
add_engine testbed "TestBed: the Testing framework" no
|
||||
add_engine tinsel "Tinsel" yes
|
||||
add_engine toltecs "3 Skulls of the Toltecs" no
|
||||
add_engine toon "Toonstruck" yes
|
||||
add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes
|
||||
add_engine tsage "TsAGE" yes
|
||||
|
|
|
@ -188,6 +188,11 @@ DEFINES += -DENABLE_TINSEL=$(ENABLE_TINSEL)
|
|||
MODULES += engines/tinsel
|
||||
endif
|
||||
|
||||
ifdef ENABLE_TOLTECS
|
||||
DEFINES += -DENABLE_TOLTECS=$(ENABLE_TOLTECS)
|
||||
MODULES += engines/toltecs
|
||||
endif
|
||||
|
||||
ifdef ENABLE_TOON
|
||||
DEFINES += -DENABLE_TOON=$(ENABLE_TOON)
|
||||
MODULES += engines/toon
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue