From 0becbb20e4f51cb169bec6cd3ddc6f04f13c69b4 Mon Sep 17 00:00:00 2001 From: "simon.kagstrom" Date: Sat, 14 Mar 2009 13:13:20 +0000 Subject: [PATCH] libpng is not used - skip --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8634616..ad79de2 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ LDFLAGS = -L$(DEVKITPRO)/SDL/lib -g $(MACHDEP) -Wl,-Map,$(notdir $@).map #--------------------------------------------------------------------------------- # any extra libraries we wish to link with the project #--------------------------------------------------------------------------------- -LIBS := -lSDL_ttf -lpng -lz -lSDL -lfreetype -lfat -lwiiuse -lbte -logc -lm +LIBS := -lSDL_ttf -lz -lSDL -lfreetype -lfat -lwiiuse -lbte -logc -lm #--------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level containing