Initial commit
This commit is contained in:
54
engines/sludge/module.mk
Normal file
54
engines/sludge/module.mk
Normal file
@@ -0,0 +1,54 @@
|
||||
MODULE := engines/sludge
|
||||
|
||||
MODULE_OBJS := \
|
||||
backdrop.o \
|
||||
bg_effects.o \
|
||||
builtin.o \
|
||||
cursors.o \
|
||||
debugger.o \
|
||||
event.o \
|
||||
fileset.o \
|
||||
floor.o \
|
||||
freeze.o \
|
||||
fonttext.o \
|
||||
function.o \
|
||||
graphics.o \
|
||||
hsi.o \
|
||||
imgloader.o \
|
||||
language.o \
|
||||
main_loop.o \
|
||||
metaengine.o \
|
||||
moreio.o \
|
||||
movie.o \
|
||||
newfatal.o \
|
||||
objtypes.o \
|
||||
people.o \
|
||||
region.o \
|
||||
savedata.o \
|
||||
saveload.o \
|
||||
sludge.o \
|
||||
sludger.o \
|
||||
sound.o \
|
||||
speech.o \
|
||||
sprbanks.o \
|
||||
sprites.o \
|
||||
statusba.o \
|
||||
thumbnail.o \
|
||||
timing.o \
|
||||
transition.o \
|
||||
variable.o \
|
||||
zbuffer.o \
|
||||
|
||||
MODULE_DIRS += \
|
||||
engines/sludge
|
||||
|
||||
# This module can be built as a plugin
|
||||
ifeq ($(ENABLE_SLUDGE), 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