Mercurial > hg > Game > Cerium
changeset 1223:20e3c81b6f9f draft
add freetype path in Cell Makefile
author | root@luis.cr.ie.u-ryukyu.ac.jp |
---|---|
date | Sat, 23 Jul 2011 12:14:08 +0900 |
parents | d9f2e56bba86 |
children | 17508bef43be |
files | Renderer/Engine/Makefile.cell Renderer/Test/Makefile.cell |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Renderer/Engine/Makefile.cell Sat Jul 23 09:37:03 2011 +0900 +++ b/Renderer/Engine/Makefile.cell Sat Jul 23 12:14:08 2011 +0900 @@ -14,7 +14,7 @@ LIBS += -lCellManager -lspe2 -lpthread -CFLAGS += -D__CERIUM_CELL__ -DHAS_POSIX_MEMALIGN -Drestrict=__restrict__ `sdl-config --cflags` `xml2-config --cflags` +CFLAGS += -I/usr/local/include -I/usr/local/include/freetype2 -D__CERIUM_CELL__ -DHAS_POSIX_MEMALIGN -Drestrict=__restrict__ `sdl-config --cflags` `xml2-config --cflags` LIBS += `sdl-config --libs` -lSDL_image -lGL `xml2-config --libs` .SUFFIXES: .cc .o
--- a/Renderer/Test/Makefile.cell Sat Jul 23 09:37:03 2011 +0900 +++ b/Renderer/Test/Makefile.cell Sat Jul 23 12:14:08 2011 +0900 @@ -4,7 +4,7 @@ LIBS += -lCerium -lCellManager -lspe2 -lpthread CFLAGS += `sdl-config --cflags` `xml2-config --cflags` -LIBS += `sdl-config --libs` -lSDL_image -lGL `xml2-config --libs` +LIBS += `sdl-config --libs` -lSDL_image -lGL `xml2-config --libs` -L/usr/local/lib -lfreetype .SUFFIXES: .proto .pb.o .pb.cc .cc .o .xml .xml.h .xml.cc