diff example/scenegraph/xml/Makefile.def @ 344:876919a27200 draft

example-scenegraph
author admin@mcbk.cr.ie.u-ryukyu.ac.jp
date Fri, 03 Jul 2009 19:52:52 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example/scenegraph/xml/Makefile.def	Fri Jul 03 19:52:52 2009 +0900
@@ -0,0 +1,13 @@
+TARGET = test_xml
+
+# include/library path
+# ex: macosx
+
+# ex: linux/ps3
+CERIUM = ../../../../Cerium
+
+CC      = g++
+CFLAGS  = -g -Wall -O9
+
+INCLUDE = -I${CERIUM}/include/TaskManager -I. -I..
+LIBS = -L${CERIUM}/TaskManager