Initial commit
This commit is contained in:
33
engines/tot/module.mk
Normal file
33
engines/tot/module.mk
Normal file
@@ -0,0 +1,33 @@
|
||||
MODULE := engines/tot
|
||||
|
||||
MODULE_OBJS = \
|
||||
anims.o \
|
||||
chrono.o \
|
||||
console.o \
|
||||
cutscenes.o \
|
||||
debug.o \
|
||||
decoder/TotFlicDecoder.o \
|
||||
dialog.o \
|
||||
engine.o \
|
||||
events.o \
|
||||
forest.o \
|
||||
graphics.o \
|
||||
metaengine.o \
|
||||
midi.o \
|
||||
mouse.o \
|
||||
resources.o \
|
||||
saveload.o \
|
||||
sound.o \
|
||||
tot.o \
|
||||
util.o
|
||||
|
||||
# This module can be built as a plugin
|
||||
ifeq ($(ENABLE_TOT), DYNAMIC_PLUGIN)
|
||||
PLUGIN := 1
|
||||
endif
|
||||
|
||||
# Include common rules
|
||||
include $(srcdir)/rules.mk
|
||||
|
||||
# Detection objects
|
||||
DETECT_OBJS += $(MODULE)/detection.o
|
||||
Reference in New Issue
Block a user