mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
10 lines
181 B
Makefile
10 lines
181 B
Makefile
ifdef ENABLE_GRIM
|
|
DEFINES += -DENABLE_GRIM=$(ENABLE_GRIM)
|
|
MODULES += engines/grim
|
|
endif
|
|
|
|
ifdef ENABLE_MYST3
|
|
DEFINES += -DENABLE_MYST3=$(ENABLE_MYST3)
|
|
MODULES += engines/myst3
|
|
endif
|