Mercurial > hg > Game > Cerium
annotate example/task_queue/Makefile.def @ 1813:d7973604e81f draft
fix memin size
author | kkb |
---|---|
date | Thu, 12 Dec 2013 18:34:16 +0900 |
parents | 4691b6ae44ec |
children |
rev | line source |
---|---|
492 | 1 TARGET = task_queue |
2 | |
3 # include/library path | |
818
5d48fa762a24
too few template-parameter-lists
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
492
diff
changeset
|
4 # ex macosx |
492 | 5 #CERIUM = /Users/gongo/Source/Cerium |
6 | |
818
5d48fa762a24
too few template-parameter-lists
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents:
492
diff
changeset
|
7 # ex linux/ps3 |
492 | 8 CERIUM = ../../../Cerium |
9 | |
10 CC = g++ | |
821 | 11 CFLAGS = -g -Wall #-O9 |
492 | 12 |
13 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. | |
14 LIBS = -L${CERIUM}/TaskManager |