TEENAGENT: Sort the object files alphabetically.

svn-id: r51360
This commit is contained in:
Jordi Vilalta Prat 2010-07-27 10:40:14 +00:00
parent a50d9dea91
commit eef7417487

View file

@ -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)