Mercurial > hg > Game > Cerium
view example/Simple/Makefile.def @ 2069:26aa08c9a1de draft default tip
cuda example fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 12 Feb 2017 10:04:55 +0900 |
parents | 5393bebe0956 |
children |
line wrap: on
line source
TARGET = twice # include/library path ABIBIT=64 # ex linux/ps3 CERIUM = ../../../Cerium OPT= -g CC = g++ CFLAGS = -Wall $(OPT) INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager