mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 18:06:26 +00:00
PRINCE: Sort files in module
This commit is contained in:
parent
9c5eba6ffd
commit
0afaf44409
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user