diff Renderer/Engine/Makefile.cell @ 984:df5185513c2d

minor fix
author root@henri.cr.ie.u-ryukyu.ac.jp
date Fri, 01 Oct 2010 01:25:45 +0900
parents a193a851b5e3
children
line wrap: on
line diff
--- a/Renderer/Engine/Makefile.cell	Fri Oct 01 00:37:06 2010 +0900
+++ b/Renderer/Engine/Makefile.cell	Fri Oct 01 01:25:45 2010 +0900
@@ -13,7 +13,7 @@
 
 LIBS += -lCellManager -lspe2 -lpthread
 
-CFLAGS += -Drestrict=__restrict__ `sdl-config --cflags` `xml2-config --cflags`
+CFLAGS += -D__CERIUM_CELL__ -Drestrict=__restrict__ `sdl-config --cflags` `xml2-config --cflags`
 LIBS   += `sdl-config --libs` -lSDL_image -lGL `xml2-config --libs`
 
 .SUFFIXES: .cc .o