From e3371b932c4e1b8577bb3804da69a77758e5c050 Mon Sep 17 00:00:00 2001 From: N0NameN0 Date: Fri, 13 Feb 2009 00:07:52 +0000 Subject: [PATCH] [BUG] Little Path correction ;) --- 3.0.5a/template1/Makefile | 2 +- 3.0.5a/template1/sources/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3.0.5a/template1/Makefile b/3.0.5a/template1/Makefile index 66b6ff4..4d128dc 100644 --- a/3.0.5a/template1/Makefile +++ b/3.0.5a/template1/Makefile @@ -39,7 +39,7 @@ LIBS := -lpng -ljpeg -lz -lfat -lwiiuse -lbte -logc -lm # list of directories containing libraries, this must be the top level containing # include and lib #--------------------------------------------------------------------------------- -LIBDIRS := ../GRRLIB/lib +LIBDIRS := $(CURDIR)/../GRRLIB #--------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional diff --git a/3.0.5a/template1/sources/main.c b/3.0.5a/template1/sources/main.c index 9499f63..7c9a607 100644 --- a/3.0.5a/template1/sources/main.c +++ b/3.0.5a/template1/sources/main.c @@ -6,7 +6,7 @@ Template Code (Minimum Requirement) ============================================*/ -#include "GRRLIB/GRRLIB.h" +#include "../../GRRLIB/GRRLIB/GRRLIB.h" #include // needed for gettime and ticks_to_millisecs #include