view example/renew_task/Makefile.def @ 203:1eba8570808c draft

fix CreateSpan::run
author gongo@localhost.localdomain
date Mon, 26 Jan 2009 18:30:35 +0900
parents 6694da357750
children c29b7163d6d9
line wrap: on
line source

TARGET = renew_task

# 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