[Scummvm-cvs-logs] CVS: scummvm Makefile.common,1.34,1.35

Max Horn fingolfin at users.sourceforge.net
Wed Nov 20 21:01:11 CET 2002


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1:/tmp/cvs-serv3256

Modified Files:
	Makefile.common 
Log Message:
should link with GNU ld again

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- Makefile.common	21 Nov 2002 04:28:51 -0000	1.34
+++ Makefile.common	21 Nov 2002 05:00:40 -0000	1.35
@@ -18,12 +18,12 @@
 # The name for the directory used for depenency tracking
 DEPDIR := .deps
 
-# List of all sub modules.
-# TODO - the nested ones (scumm/smus, backends/...) should be handled from the
+# List of all sub modules (note: order is important, don't mess with it)
+# TODO - the nested ones (scumm/smush, backends/...) should be handled from the
 # module.mk of their parents. In fact the only reason they are listed here is to ensure the
 # DEPDIRS directive works correctly.
 MODULES += \
-	scumm simon gui sound common backends  \
+	scumm sound common gui backends simon  \
 	scumm/smush backends/fs/posix backends/fs/morphos backends/fs/windows
 
 # Include the build instructions for all modules





More information about the Scummvm-git-logs mailing list