Mercurial > hg > Game > Cerium
diff example/many_task/Makefile.macosx @ 1738:893353c014f5 draft
run sort by ANY_ANY
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 03 Nov 2013 19:00:45 +0900 |
parents | 5c4e3f0d372a |
children | 8bf0a27f5dff |
line wrap: on
line diff
--- a/example/many_task/Makefile.macosx Sat Nov 02 17:34:40 2013 +0900 +++ b/example/many_task/Makefile.macosx Sun Nov 03 19:00:45 2013 +0900 @@ -16,7 +16,7 @@ CC += $(ABI) # CFLAGS = -g -Wall# -O9 #-DDEBUG -INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. +INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager LIBS = -L${CERIUM}/TaskManager -lFifoManager `sdl-config --libs` .SUFFIXES: .cc .o