Initial commit
This commit is contained in:
30
engines/draci/module.mk
Normal file
30
engines/draci/module.mk
Normal file
@@ -0,0 +1,30 @@
|
||||
MODULE := engines/draci
|
||||
|
||||
MODULE_OBJS := \
|
||||
animation.o \
|
||||
barchive.o \
|
||||
console.o \
|
||||
draci.o \
|
||||
font.o \
|
||||
game.o \
|
||||
metaengine.o \
|
||||
mouse.o \
|
||||
music.o \
|
||||
saveload.o \
|
||||
screen.o \
|
||||
script.o \
|
||||
sound.o \
|
||||
sprite.o \
|
||||
surface.o \
|
||||
walking.o
|
||||
|
||||
# This module can be built as a plugin
|
||||
ifeq ($(ENABLE_DRACI), 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