[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.62,1.63
Max Horn
fingolfin at users.sourceforge.net
Mon Sep 8 20:13:55 CEST 2003
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm resource_v2.cpp,1.31,1.32
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.33,1.34 engine.h,1.34,1.35 gameDetector.cpp,1.152,1.153 gameDetector.h,1.59,1.60 main.cpp,1.40,1.41 plugins.cpp,1.1,1.2 plugins.h,1.1,1.2 timer.cpp,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv24437
Modified Files:
Makefile.common
Log Message:
more logical link order
Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -d -r1.62 -r1.63
--- Makefile.common 8 Sep 2003 17:46:54 -0000 1.62
+++ Makefile.common 8 Sep 2003 17:48:34 -0000 1.63
@@ -72,13 +72,13 @@
# After the game specific modules follow the shared modules
MODULES += \
gui \
- backends \
sound \
- common \
+ backends \
backends/fs/posix \
backends/fs/morphos \
backends/fs/windows \
- backends/midi
+ backends/midi \
+ common
######################################################################
- Previous message: [Scummvm-cvs-logs] CVS: scummvm/scumm resource_v2.cpp,1.31,1.32
- Next message: [Scummvm-cvs-logs] CVS: scummvm/common engine.cpp,1.33,1.34 engine.h,1.34,1.35 gameDetector.cpp,1.152,1.153 gameDetector.h,1.59,1.60 main.cpp,1.40,1.41 plugins.cpp,1.1,1.2 plugins.h,1.1,1.2 timer.cpp,1.12,1.13
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Scummvm-git-logs
mailing list