Initial commit
This commit is contained in:
26
engines/mortevielle/module.mk
Normal file
26
engines/mortevielle/module.mk
Normal file
@@ -0,0 +1,26 @@
|
||||
MODULE := engines/mortevielle
|
||||
|
||||
MODULE_OBJS := \
|
||||
actions.o \
|
||||
debugger.o \
|
||||
dialogs.o \
|
||||
graphics.o \
|
||||
menu.o \
|
||||
metaengine.o \
|
||||
mortevielle.o \
|
||||
mouse.o \
|
||||
outtext.o \
|
||||
saveload.o \
|
||||
sound.o \
|
||||
utils.o
|
||||
|
||||
# This module can be built as a plugin
|
||||
ifeq ($(ENABLE_MORTEVIELLE), 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