Initial commit
This commit is contained in:
36
engines/trecision/module.mk
Normal file
36
engines/trecision/module.mk
Normal file
@@ -0,0 +1,36 @@
|
||||
MODULE := engines/trecision
|
||||
|
||||
MODULE_OBJS = \
|
||||
console.o \
|
||||
actor.o \
|
||||
animmanager.o \
|
||||
animtype.o \
|
||||
dialog.o \
|
||||
fastfile.o \
|
||||
graphics.o \
|
||||
inventory.o \
|
||||
logic.o \
|
||||
metaengine.o \
|
||||
pathfinding3d.o \
|
||||
renderer3d.o \
|
||||
resource.o \
|
||||
sound.o \
|
||||
saveload.o \
|
||||
scheduler.o \
|
||||
script.o \
|
||||
struct.o \
|
||||
text.o \
|
||||
trecision.o \
|
||||
utils.o \
|
||||
video.o
|
||||
|
||||
# This module can be built as a plugin
|
||||
ifeq ($(ENABLE_TRECISION), 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