view example/post_function/Makefile.def @ 1011:46c54dd20d1c

warning fix
author tkaito
date Sun, 31 Oct 2010 18:02:06 +0900
parents af07173af3f4
children
line wrap: on
line source

TARGET = post

# include/library path
# ex: macosx
#CERIUM = /Users/gongo/Source/Cerium

# ex: linux/ps3
CERIUM = ../../../Cerium

CC      = g++
CFLAGS  = -g -Wall -O9

INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
LIBS = -L${CERIUM}/TaskManager