scummvm/engines/lure/module.mk
Max Horn a6f3ed8173 Got rid of Lure::System
svn-id: r26155
2007-03-17 00:39:18 +00:00

32 lines
397 B
Makefile

MODULE := engines/lure
MODULE_OBJS := \
animseq.o \
debugger.o \
decode.o \
disk.o \
events.o \
game.o \
hotspots.o \
intro.o \
lure.o \
memory.o \
menu.o \
palette.o \
res.o \
res_struct.o \
room.o \
screen.o \
scripts.o \
strings.o \
surface.o
# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk