Mercurial > hg > Game > Cerium
view Renderer/Engine/Makefile.def @ 839:1001c4bea1a0 draft
if unnecessary
author | Yutaka_Kinjyo |
---|---|
date | Fri, 28 May 2010 03:24:52 +0900 |
parents | 4d83a6a958fd |
children | 63a08f3a468a |
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)