[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.63,1.64
Max Horn
fingolfin at users.sourceforge.net
Mon Sep 8 22:23:06 CEST 2003
Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv30746
Modified Files:
Makefile.common
Log Message:
while 'more logical' the current link order doesn't work if all plugins are disabled. 'sound' has to come before 'backends' or MidiDriver_MPU401 won't get pulled in
Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- Makefile.common 8 Sep 2003 17:48:34 -0000 1.63
+++ Makefile.common 8 Sep 2003 22:38:21 -0000 1.64
@@ -72,12 +72,12 @@
# After the game specific modules follow the shared modules
MODULES += \
gui \
- sound \
backends \
backends/fs/posix \
backends/fs/morphos \
backends/fs/windows \
backends/midi \
+ sound \
common
More information about the Scummvm-git-logs
mailing list