[Scummvm-cvs-logs] SF.net SVN: scummvm:[35946] scummvm/trunk/backends/platform/wii/Makefile

dhewg at users.sourceforge.net dhewg at users.sourceforge.net
Tue Jan 20 12:20:52 CET 2009


Revision: 35946
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35946&view=rev
Author:   dhewg
Date:     2009-01-20 11:20:52 +0000 (Tue, 20 Jan 2009)

Log Message:
-----------
Moved libdb to the right spot in the Makefile

Modified Paths:
--------------
    scummvm/trunk/backends/platform/wii/Makefile

Modified: scummvm/trunk/backends/platform/wii/Makefile
===================================================================
--- scummvm/trunk/backends/platform/wii/Makefile	2009-01-20 11:07:27 UTC (rev 35945)
+++ scummvm/trunk/backends/platform/wii/Makefile	2009-01-20 11:20:52 UTC (rev 35946)
@@ -14,7 +14,7 @@
 # Builds a Gamecube version. Cleanup object files before flipping this!
 GAMECUBE = 0
 
-# List of game engines to compile in. Comment the line to disable an engine.
+# List of game engines to compile in. Comment a to disable the engine.
 ENABLE_SCUMM = STATIC_PLUGIN
 ENABLE_SCUMM_7_8 = STATIC_PLUGIN
 ENABLE_HE = STATIC_PLUGIN
@@ -117,7 +117,6 @@
 
 ifeq ($(DEBUG_WII_USBGECKO),1)
 CXXFLAGS += -DDEBUG_WII_USBGECKO
-LIBS     += -ldb
 endif
 
 ifeq ($(DEBUG_WII_MEMSTATS),1)
@@ -126,6 +125,7 @@
 
 ifeq ($(DEBUG_WII_GDB),1)
 CXXFLAGS += -DDEBUG_WII_GDB
+LIBS     += -ldb
 endif
 
 ifeq ($(USE_ZLIB),1)


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