[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


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
 
 
 ######################################################################





More information about the Scummvm-git-logs mailing list