scummvm/engines/wintermute/module.mk
2012-06-02 12:12:17 +02:00

16 lines
271 B
Makefile

MODULE := engines/wintermute
MODULE_OBJS := \
detection.o \
wintermute.o
MODULE_DIRS += \
engines/wintermute
# This module can be built as a plugin
ifeq ($(ENABLE_WINTERMUTE), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk