[Scummvm-cvs-logs] SF.net SVN: scummvm:[36136] scummvm/trunk/Makefile.common

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Jan 30 05:04:10 CET 2009


Revision: 36136
          http://scummvm.svn.sourceforge.net/scummvm/?rev=36136&view=rev
Author:   fingolfin
Date:     2009-01-30 04:04:10 +0000 (Fri, 30 Jan 2009)

Log Message:
-----------
Reorder modules to fix linker issues when all engines are disabled (this order is weird, but for now seems to work)

Modified Paths:
--------------
    scummvm/trunk/Makefile.common

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2009-01-30 03:35:47 UTC (rev 36135)
+++ scummvm/trunk/Makefile.common	2009-01-30 04:04:10 UTC (rev 36136)
@@ -25,9 +25,9 @@
 	gui \
 	graphics \
 	sound \
+	backends \
+	common \
 	engines \
-	common \
-	backends
 
 ifdef USE_MT32EMU
 MODULES += sound/softsynth/mt32


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list