view example/HelloWorld/Makefile.def @ 931:ec1b15cdfee0 draft

Add Lighting to GL mode
author koba <koba@cr.ie.u-ryukyu.ac.jp>
date Sat, 31 Jul 2010 00:22:26 +0900
parents aefb5ee6fcd0
children cc1e2b83a764
line wrap: on
line source

TARGET = hello

# 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