TEENAGENT: Sort the object files alphabetically.
svn-id: r51360
This commit is contained in:
parent
a50d9dea91
commit
eef7417487
1 changed files with 13 additions and 13 deletions
|
@ -1,23 +1,23 @@
|
||||||
MODULE := engines/teenagent
|
MODULE := engines/teenagent
|
||||||
|
|
||||||
MODULE_OBJS := \
|
MODULE_OBJS := \
|
||||||
detection.o \
|
actor.o \
|
||||||
teenagent.o \
|
|
||||||
resources.o \
|
|
||||||
pack.o \
|
|
||||||
segment.o \
|
|
||||||
scene.o \
|
|
||||||
animation.o \
|
animation.o \
|
||||||
|
callbacks.o \
|
||||||
|
console.o \
|
||||||
|
detection.o \
|
||||||
|
dialog.o \
|
||||||
font.o \
|
font.o \
|
||||||
|
inventory.o \
|
||||||
|
music.o \
|
||||||
|
objects.o \
|
||||||
|
pack.o \
|
||||||
|
resources.o \
|
||||||
|
scene.o \
|
||||||
|
segment.o \
|
||||||
surface.o \
|
surface.o \
|
||||||
surface_list.o \
|
surface_list.o \
|
||||||
actor.o \
|
teenagent.o
|
||||||
callbacks.o \
|
|
||||||
inventory.o \
|
|
||||||
objects.o \
|
|
||||||
music.o \
|
|
||||||
console.o \
|
|
||||||
dialog.o
|
|
||||||
|
|
||||||
# This module can be built as a plugin
|
# This module can be built as a plugin
|
||||||
ifeq ($(ENABLE_TEENAGENT), DYNAMIC_PLUGIN)
|
ifeq ($(ENABLE_TEENAGENT), DYNAMIC_PLUGIN)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue