scummvm/engines/access/module.mk

22 lines
330 B
Makefile
Raw Normal View History

2014-07-30 01:02:28 +00:00
MODULE := engines/access
MODULE_OBJS := \
access.o \
debugger.o \
detection.o \
2014-08-01 19:21:21 +00:00
events.o \
2014-08-02 19:14:42 +00:00
files.o \
graphics.o \
2014-08-01 19:21:21 +00:00
resources.o \
2014-08-02 14:07:54 +00:00
screen.o \
2014-08-02 19:14:42 +00:00
sound.o \
amazon\amazon_game.o
2014-07-30 01:02:28 +00:00
# This module can be built as a plugin
ifeq ($(ENABLE_ACCESS), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk