Mercurial > hg > Game > Cerium
annotate example/post_function/Makefile.def @ 1927:4eefec26e3e2 draft
add file
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 31 Jan 2014 07:15:07 +0900 |
parents | c29b7163d6d9 |
children |
rev | line source |
---|---|
109 | 1 TARGET = post |
2 | |
3 # include/library path | |
4 # ex: macosx | |
115 | 5 #CERIUM = /Users/gongo/Source/Cerium |
109 | 6 |
7 # ex: linux/ps3 | |
260 | 8 CERIUM = ../../../Cerium |
115 | 9 |
10 CC = g++ | |
11 CFLAGS = -g -Wall -O9 | |
12 | |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |