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