Mercurial > hg > Members > kono > Cerium
diff example/renew_task/spe/Makefile @ 260:af07173af3f4
change example
author | e065746@localhost.localdomain |
---|---|
date | Wed, 03 Jun 2009 20:36:18 +0900 |
parents | 4f5c64e713c7 |
children |
line wrap: on
line diff
--- a/example/renew_task/spe/Makefile Wed Jun 03 19:46:30 2009 +0900 +++ b/example/renew_task/spe/Makefile Wed Jun 03 20:36:18 2009 +0900 @@ -8,8 +8,8 @@ CC = spu-g++ CFLAGS = -g -O9 -Wall -fno-exceptions -fno-rtti #-DDEBUG -INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. -LIBS = -L${CERIUM}/TaskManager -lspemanager +INCLUDE = -I../${CERIUM}/include/TaskManager -I. -I.. +LIBS = -L../${CERIUM}/TaskManager -lspemanager .SUFFIXES: .cc .o