Mercurial > hg > Members > kono > Cerium
view example/word_count/Makefile.def @ 658:30a72124c7fd
export_xml3 for Blender 2.5 ( not yet worked )
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 27 Nov 2009 18:22:20 +0900 |
parents | 72b73beb3325 |
children | 4470ff271c5a |
line wrap: on
line source
TARGET = word_count # include/library path # ex: macosx #CERIUM = /Users/gongo/Source/Cerium # ex: linux/ps3 CERIUM = ../../../Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager