mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-22 23:12:21 +00:00
[BUG] Little Path correction ;)
This commit is contained in:
parent
a90c97bb18
commit
e3371b932c
2 changed files with 2 additions and 2 deletions
|
@ -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
|
# list of directories containing libraries, this must be the top level containing
|
||||||
# include and lib
|
# include and lib
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
LIBDIRS := ../GRRLIB/lib
|
LIBDIRS := $(CURDIR)/../GRRLIB
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# no real need to edit anything past this point unless you need to add additional
|
# no real need to edit anything past this point unless you need to add additional
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
Template Code (Minimum Requirement)
|
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 <ogc/lwp_watchdog.h> // needed for gettime and ticks_to_millisecs
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in a new issue