Mercurial > hg > Game > Cerium
view example/share_task/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 | 2c775d229cc6 |
children |
line wrap: on
line source
TARGET = share # include/library path # ex: macosx CERIUM = ../../../Cerium # ex: linux/ps3 #CERIUM = gongo/Cerium CC = g++ CFLAGS = -g -Wall -O9 INCLUDE = -I${CERIUM}/include/TaskManager -I. -I.. LIBS = -L${CERIUM}/TaskManager