scummvm/engines/fullpipe/module.mk

26 lines
361 B
Makefile
Raw Normal View History

2013-06-15 14:18:37 +03:00
MODULE := engines/fullpipe
MODULE_OBJS = \
detection.o \
fullpipe.o \
gameloader.o \
gfx.o \
inventory.o \
messagequeue.o \
motion.o \
2013-06-15 14:18:37 +03:00
ngiarchive.o \
scene.o \
scenes.o \
2013-06-24 16:22:26 -04:00
sound.o \
2013-06-15 14:18:37 +03:00
stateloader.o \
statics.o \
2013-06-15 14:18:37 +03:00
utils.o
# This module can be built as a plugin
ifdef BUILD_PLUGINS
PLUGIN := 1
endif
# Include common rules
include $(srcdir)/rules.mk