diff options
author | Andre Heider | 2009-01-20 11:20:52 +0000 |
---|---|---|
committer | Andre Heider | 2009-01-20 11:20:52 +0000 |
commit | 9b116c81c511bcd78771c8a540051c3193a21f7b (patch) | |
tree | 2b356b39eadc45d7af0920e98888dc2f2b277e9d /backends/platform | |
parent | 545b76876a6945d6951b5eb3db91997ea49a9acd (diff) | |
download | scummvm-rg350-9b116c81c511bcd78771c8a540051c3193a21f7b.tar.gz scummvm-rg350-9b116c81c511bcd78771c8a540051c3193a21f7b.tar.bz2 scummvm-rg350-9b116c81c511bcd78771c8a540051c3193a21f7b.zip |
Moved libdb to the right spot in the Makefile
svn-id: r35946
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/wii/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/wii/Makefile b/backends/platform/wii/Makefile index 54a10acf97..7372b87e61 100644 --- a/backends/platform/wii/Makefile +++ b/backends/platform/wii/Makefile @@ -14,7 +14,7 @@ DEBUG_WII_GDB = 0 # 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 @@ LDFLAGS += -L$(DEVKITPRO)/3rd/wii/lib ifeq ($(DEBUG_WII_USBGECKO),1) CXXFLAGS += -DDEBUG_WII_USBGECKO -LIBS += -ldb endif ifeq ($(DEBUG_WII_MEMSTATS),1) @@ -126,6 +125,7 @@ endif ifeq ($(DEBUG_WII_GDB),1) CXXFLAGS += -DDEBUG_WII_GDB +LIBS += -ldb endif ifeq ($(USE_ZLIB),1) |