Mercurial > hg > Game > Cerium
comparison example/many_task/Makefile.def @ 1275:08d81be1c6e4 draft
fix time.sh
author | Daichi Toma <toma@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 20 Nov 2011 12:05:35 +0900 (2011-11-20) |
parents | 7823233584da |
children | 5b024efa2429 |
comparison
equal
deleted
inserted
replaced
1274:64e15fee0397 | 1275:08d81be1c6e4 |
---|---|
4 # ex macosx | 4 # ex macosx |
5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium | 5 #CERIUM = /Users/gongo/Source/Concurrency/Game_project/Cerium |
6 | 6 |
7 CERIUM = ../../../Cerium | 7 CERIUM = ../../../Cerium |
8 | 8 |
9 OPT = -g -O9 | 9 OPT = -O9 |
10 # OPT = -g -O9 | |
10 # OPT = -g | 11 # OPT = -g |
11 CC = g++ | 12 CC = g++ |
12 CFLAGS = -DUSE_SIMPLE_TASK -Wall $(OPT) | 13 CFLAGS = -DUSE_SIMPLE_TASK -Wall $(OPT) |
13 # CFLAGS = -Wall $(OPT) | 14 # CFLAGS = -Wall $(OPT) |
14 | 15 |