scummvm/engines/neverhood/module.mk

32 lines
470 B
Makefile
Raw Normal View History

MODULE := engines/neverhood
MODULE_OBJS = \
background.o \
blbarchive.o \
collisionman.o \
detection.o \
entity.o \
gamemodule.o \
graphics.o \
module.o \
module1000.o \
module1500.o \
neverhood.o \
palette.o \
resource.o \
resourceman.o \
scene.o \
screen.o \
smackerscene.o \
smackerplayer.o \
2011-07-05 14:22:18 +00:00
sprite.o \
staticdata.o
# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk