Mercurial > hg > Game > Cerium
diff Renderer/Engine/Makefile.cell @ 984:dbebc7afd08e draft
minor fix
author | root@henri.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Fri, 01 Oct 2010 01:25:45 +0900 |
parents | fdb36a9c5030 |
children | a0ea7d9b6faf |
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