Mercurial > hg > Members > kono > Cerium
view example/basic/Makefile.def @ 220:29e338dbc280
fix
author | gongo@localhost.localdomain |
---|---|
date | Mon, 09 Feb 2009 21:58:45 +0900 |
parents | 44e3bf914155 |
children | 465a871f4c07 |
line wrap: on
line source
TARGET = twice # include/library path # ex: macosx #CERIUM = /Users/gongo/Source/Cerium # ex: linux/ps3 CERIUM = /home/gongo/Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager