[BUG] Little Path correction ;)

This commit is contained in:
N0NameN0 2009-02-13 00:07:52 +00:00
parent a90c97bb18
commit e3371b932c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -6,7 +6,7 @@
Template Code (Minimum Requirement)
============================================*/
#include "GRRLIB/GRRLIB.h"
#include "../../GRRLIB/GRRLIB/GRRLIB.h"
#include <ogc/lwp_watchdog.h> // needed for gettime and ticks_to_millisecs
#include <stdlib.h>