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

marcus_c at users.sourceforge.net marcus_c at users.sourceforge.net
Tue Mar 17 23:41:55 CET 2009


Revision: 39496
          http://scummvm.svn.sourceforge.net/scummvm/?rev=39496&view=rev
Author:   marcus_c
Date:     2009-03-17 22:41:54 +0000 (Tue, 17 Mar 2009)

Log Message:
-----------
engines need to be listed before gui in MODULES, because stuff in libengines.a use stuff in libgui.a.

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

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2009-03-17 22:19:11 UTC (rev 39495)
+++ scummvm/trunk/Makefile.common	2009-03-17 22:41:54 UTC (rev 39496)
@@ -22,12 +22,12 @@
 
 # After the game specific modules follow the shared modules
 MODULES += \
+	engines \
 	gui \
 	graphics \
 	sound \
 	backends \
 	common \
-	engines \
 
 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