scummvm/engines/engines.mk

5 lines
88 B
Makefile
Raw Normal View History

2009-05-26 12:07:10 +00:00
ifdef ENABLE_GRIM
DEFINES += -DENABLE_GRIM=$(ENABLE_GRIM)
MODULES += engines/grim
2009-05-26 12:07:10 +00:00
endif