Mercurial > hg > Game > Cerium
view example/Pipeline/Makefile.def @ 1492:73f4bfaeaf99 draft
fix select cpu type
author | Yuhi TOMARI <yuhi@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Aug 2012 16:04:12 +0900 |
parents | 62b72c6199f3 |
children |
line wrap: on
line source
TARGET = twice # include/library path # ex linux/ps3 CERIUM = ../../../Cerium OPT= -g CC = g++ CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager