Mercurial > hg > Game > Cerium
view example/task_queue/Makefile.def @ 2014:8c618e912c88 draft
optimization data transfer. wrong result
author | Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 01 Jul 2014 17:04:01 +0900 |
parents | 4691b6ae44ec |
children |
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