From 1a366b7a1f434b61084d32fef472a2ec53c61d2b Mon Sep 17 00:00:00 2001 From: dborth Date: Thu, 14 Aug 2008 06:20:44 +0000 Subject: [PATCH] --- Makefile.gc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.gc b/Makefile.gc index 2f9bea8..db50502 100644 --- a/Makefile.gc +++ b/Makefile.gc @@ -19,9 +19,9 @@ include $(DEVKITPPC)/gamecube_rules #--------------------------------------------------------------------------------- TARGET := executables/snes9xgx-$(VERSION)-gc BUILD := build_gc -SOURCES := source/snes9x source/ngc source/libpng source/libpng/pngu +SOURCES := source/snes9x source/ngc DATA := data -INCLUDES := source source/snes9x source/ngc +INCLUDES := source/snes9x source/ngc #--------------------------------------------------------------------------------- # options for code generation