PRINCE: Sort files in module

This commit is contained in:
Eugene Sandulenko 2014-10-10 14:41:27 +02:00
parent 9c5eba6ffd
commit 0afaf44409

View File

@ -2,24 +2,24 @@ MODULE := engines/prince
MODULE_OBJS = \
animation.o \
archive.o \
cursor.o \
debugger.o \
script.o \
graphics.o \
mhwanh.o \
decompress.o \
detection.o \
flags.o \
font.o \
graphics.o \
hero.o \
mhwanh.o \
mob.o \
object.o \
sound.o \
flags.o \
variatxt.o \
prince.o \
archive.o \
decompress.o \
hero.o \
cursor.o \
pscr.o \
saveload.o
saveload.o \
script.o \
sound.o \
variatxt.o
# This module can be built as a plugin
ifeq ($(ENABLE_PRINCE), DYNAMIC_PLUGIN)