view TaskManager/Test/test_render/Makefile.def @ 228:c254a2bd1b34

remove SceneGraph::data, add SceneGraph::coord_xyz, coord_tex, normal
author gongo@gendarme.cr.ie.u-ryukyu.ac.jp
date Thu, 12 Feb 2009 16:31:38 +0900
parents 0f80d90fe40a
children 7f2b30acf311
line wrap: on
line source

TARGET = test_nogl

CERIUM = ../../..

CC      = g++
CFLAGS  = -O9 -g -Wall# -DDEBUG

INCLUDE = -I$(CERIUM)/include/TaskManager -I.
LIBS = -L$(CERIUM)/TaskManager