mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-21 19:51:49 +00:00
Revert last commit.
svn-id: r32700
This commit is contained in:
parent
2e3077b3cb
commit
91d3ea3135
@ -140,9 +140,6 @@ public:
|
||||
#if PLUGIN_ENABLED_STATIC(SWORD2)
|
||||
LINK_PLUGIN(SWORD2)
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(TINSEL)
|
||||
LINK_PLUGIN(TINSEL)
|
||||
#endif
|
||||
#if PLUGIN_ENABLED_STATIC(TOUCHE)
|
||||
LINK_PLUGIN(TOUCHE)
|
||||
#endif
|
||||
|
1
configure
vendored
1
configure
vendored
@ -100,7 +100,6 @@ add_engine saga "SAGA" yes
|
||||
add_engine sky "Beneath a Steel Sky" yes
|
||||
add_engine sword1 "Broken Sword 1" yes
|
||||
add_engine sword2 "Broken Sword 2" yes
|
||||
add_engine tinsel "Tinsel" yes
|
||||
add_engine touche "Touche: The Adventures of the Fifth Musketeer" yes
|
||||
|
||||
_endian=unknown
|
||||
|
@ -97,11 +97,6 @@ DEFINES += -DENABLE_SWORD2=$(ENABLE_SWORD2)
|
||||
MODULES += engines/sword2
|
||||
endif
|
||||
|
||||
ifdef ENABLE_TINSEL
|
||||
DEFINES += -DENABLE_TINSEL=$(ENABLE_TINSEL)
|
||||
MODULES += engines/tinsel
|
||||
endif
|
||||
|
||||
ifdef ENABLE_TOUCHE
|
||||
DEFINES += -DENABLE_TOUCHE=$(ENABLE_TOUCHE)
|
||||
MODULES += engines/touche
|
||||
|
Loading…
x
Reference in New Issue
Block a user