scummvm/engines/titanic/module.mk

18 lines
283 B
Makefile
Raw Normal View History

2016-02-06 01:39:42 +00:00
MODULE := engines/titanic
MODULE_OBJS := \
detection.o \
2016-02-06 02:48:01 +00:00
font.o \
2016-02-06 04:39:27 +00:00
image.o \
main_game_window.o \
2016-02-06 02:48:01 +00:00
screen_manager.o \
2016-02-06 01:39:42 +00:00
titanic.o
# This module can be built as a plugin
ifeq ($(ENABLE_TITANIC), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk