From a0202eca85dc95f549b1cfb137bd3e675cf03f65 Mon Sep 17 00:00:00 2001 From: dborth Date: Sat, 3 Oct 2009 17:03:20 +0000 Subject: [PATCH] update makefiles --- Makefile.gc | 2 +- Makefile.wii | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.gc b/Makefile.gc index 8b17ab0..580f199 100644 --- a/Makefile.gc +++ b/Makefile.gc @@ -44,7 +44,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map -Wl,--cref #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project #--------------------------------------------------------------------------------- -LIBS := -lpng -lmxml -lfat -lz -logc -lfreetype +LIBS := -lpng -lmxml -lfat -liso9660 -lz -logc -lfreetype #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing diff --git a/Makefile.wii b/Makefile.wii index 7505ba6..a32dd37 100644 --- a/Makefile.wii +++ b/Makefile.wii @@ -44,7 +44,7 @@ LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project #--------------------------------------------------------------------------------- -LIBS := -ldb -ldi -lpng -lmxml \ +LIBS := -ldb -ldi -liso9660 -lpng -lmxml \ -lfat -lwiiuse -lz -lbte -logc -lasnd -lvorbisidec -lfreetype -ltinysmb #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing