view example/task_queue/Makefile.def @ 748:249e91be9152 draft

add ViewerDevice
author hiroki
date Mon, 25 Jan 2010 19:18:03 +0900
parents 6b2dda81ea9d
children 5d48fa762a24
line wrap: on
line source

TARGET = task_queue

# 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