diff Makefile.def @ 0:e66ea5014aa1

first commit. But It move "Bulk".
author tkaito
date Tue, 15 Jun 2010 03:14:31 +0900
parents
children 3fb8a6a34e24
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.def	Tue Jun 15 03:14:31 2010 +0900
@@ -0,0 +1,15 @@
+# include/library path
+# ex  macosx
+
+# ex  linux/ps3
+CERIUM = ../Cerium
+
+CC      = g++
+OPT = -g
+CFLAGS  =  -Wall $(OPT) 
+
+ABIBIT = 32
+
+INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager -I$(CERIUM)/Renderer/Engine -I$(CERIUM)/include/Cerium
+LIBS = -L${CERIUM}/TaskManager -L$(CERIUM)/Renderer/Engine
+TOOL = $(CERIUM)/bin