scummvm/engines/engines.mk
Bastien Bouclet a0b93a4cc7 BUILD: Define EMI as a subengine of GRIM.
This allows marking EMI support as stable independently from GRIM
2012-01-29 15:00:34 +01:00

15 lines
238 B
Makefile

ifdef ENABLE_GRIM
DEFINES += -DENABLE_GRIM=$(ENABLE_GRIM)
MODULES += engines/grim
ifdef ENABLE_MONKEY4
DEFINES += -DENABLE_MONKEY4
endif
endif
ifdef ENABLE_MYST3
DEFINES += -DENABLE_MYST3=$(ENABLE_MYST3)
MODULES += engines/myst3
endif