[Scummvm-cvs-logs] scummvm master -> 0afaf44409cb87c453d06dc728fe233f9a650810
sev-
sev at scummvm.org
Fri Oct 10 14:42:13 CEST 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
0afaf44409 PRINCE: Sort files in module
Commit: 0afaf44409cb87c453d06dc728fe233f9a650810
https://github.com/scummvm/scummvm/commit/0afaf44409cb87c453d06dc728fe233f9a650810
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-10-10T14:41:27+02:00
Commit Message:
PRINCE: Sort files in module
Changed paths:
engines/prince/module.mk
diff --git a/engines/prince/module.mk b/engines/prince/module.mk
index 2dfa538..b1be123 100644
--- a/engines/prince/module.mk
+++ b/engines/prince/module.mk
@@ -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)
More information about the Scummvm-git-logs
mailing list