Mercurial > hg > Game > Cerium
view Renderer/Engine/Makefile.def @ 761:c0a8af52fa43 draft
add lights
author | yutaka@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sat, 06 Feb 2010 03:02:48 +0900 |
parents | 18d31d18a6b2 |
children | 4d83a6a958fd |
line wrap: on
line source
TARGET = libCerium.a CERIUM = ../.. ABIBIT = 32 ABI = -m$(ABIBIT) CC = g++ OPT = -g #-O2 CFLAGS = -g -Wall $(ABI) $(OPT) # -DDEBUG INCLUDE = -I$(CERIUM)/include/TaskManager -I. # LIBS = -L$(CERIUM)/TaskManager -m$(ABIBIT)