Files
scummvm/sky/module.mk
T
Oliver Kiehl c36bdb3e11 Committing my stuff under pressure from Endy ;)
please note that there are still many bugs in here. several stuff
isn't endian safe either. SkyLogic needs to get split up as well.

svn-id: r7106
2003-04-25 15:17:53 +00:00

22 lines
314 B
Makefile

MODULE := sky
MODULE_OBJS = \
sky/sky.o \
sky/compact.o \
sky/logic.o \
sky/debug.o \
sky/disk.o \
sky/screen.o \
sky/timer.o \
sky/text.o \
sky/intro.o \
sky/cd_intro.o \
sky/rnc_deco.o \
sky/grid.o \
sky/sound.o \
sky/skychannel.o \
sky/skymusic.o \
# Include common rules
include common.rules