scummvm/engines/mohawk/module.mk
Bastien Bouclet 3cc86aedac MOHAWK: Remove Myst's var store from the build since it is not used
anymore.

Keep the files are to be kept around for reference until Mechanical is
finished.
2011-02-13 13:27:01 +01:00

53 lines
933 B
Makefile

MODULE := engines/mohawk
MODULE_OBJS = \
bitmap.o \
console.o \
cstime.o \
cstime_cases.o \
cstime_game.o \
cstime_ui.o \
cstime_view.o \
cursors.o \
detection.o \
dialogs.o \
graphics.o \
installer_archive.o \
livingbooks.o \
livingbooks_code.o \
mohawk.o \
myst.o \
myst_areas.o \
myst_scripts.o \
myst_state.o \
resource.o \
resource_cache.o \
riven.o \
riven_external.o \
riven_saveload.o \
riven_scripts.o \
riven_vars.o \
sound.o \
video.o \
view.o \
myst_stacks/channelwood.o \
myst_stacks/credits.o \
myst_stacks/demo.o \
myst_stacks/dni.o \
myst_stacks/intro.o \
myst_stacks/makingof.o \
myst_stacks/mechanical.o \
myst_stacks/myst.o \
myst_stacks/preview.o \
myst_stacks/selenitic.o \
myst_stacks/slides.o \
myst_stacks/stoneship.o
# This module can be built as a plugin
ifeq ($(ENABLE_MOHAWK), DYNAMIC_PLUGIN)
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk