mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
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
22 lines
314 B
Makefile
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
|