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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue Mar 30 02:59:08 CEST 2010


Revision: 48420
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48420&view=rev
Author:   fingolfin
Date:     2010-03-30 00:59:08 +0000 (Tue, 30 Mar 2010)

Log Message:
-----------
Patch from bug #2976619 (BUILD: Link error when building without engines)

Changes the order of the "engines" module to be after "backends".

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

Modified: scummvm/trunk/Makefile.common
===================================================================
--- scummvm/trunk/Makefile.common	2010-03-29 23:15:24 UTC (rev 48419)
+++ scummvm/trunk/Makefile.common	2010-03-30 00:59:08 UTC (rev 48420)
@@ -22,11 +22,11 @@
 
 # After the game specific modules follow the shared modules
 MODULES += \
-	engines \
 	gui \
-	graphics \
 	sound \
 	backends \
+	engines \
+	graphics \
 	common \
 
 ifdef USE_MT32EMU


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