Mercurial > hg > Game > Cerium
view example/ResizeWritebuf/Makefile.def @ 1099:3b3b535baa51 draft
add resize wbuff example.
author | koba <koba@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 31 Dec 2010 15:58:32 +0900 |
parents | |
children |
line wrap: on
line source
TARGET = resize # include/library path # ex macosx #CERIUM = /Users/gongo/Source/Cerium # ex linux/ps3 CERIUM = ../../../Cerium CC = g++ -m32 CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager