Mercurial > hg > old > magoroku_racing
comparison Makefile.def @ 116:ed702e49cc6c
conpile
author | e085768 |
---|---|
date | Thu, 16 Jun 2011 04:05:33 +0900 |
parents | 31dd5c07f7c1 |
children | 6ef3b0efdeaf |
comparison
equal
deleted
inserted
replaced
115:31dd5c07f7c1 | 116:ed702e49cc6c |
---|---|
1 # include/library path | 1 # include/library path |
2 # ex macosx | 2 # ex macosx |
3 | 3 |
4 #ex linux/ps3 | 4 #ex linux/ps3 |
5 CERIUM = ../Cerium | 5 CERIUM = ../Cerium |
6 | |
7 # 下3行、ダンディのトコからのコピー | |
8 CC = g++ | |
9 OPT = -g #-O9 | |
10 CFLAGS = -Wall $(OPT) | |
6 | 11 |
7 # OPT = -g | 12 # OPT = -g |
8 | 13 |
9 ABIBIT = 64 | 14 ABIBIT = 64 |
10 | 15 |
11 INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager -I$(CERIUM)/Renderer/Engine -I$(CERIUM)/include/Cerium | 16 INCLUDE = -I. -I.. -I${CERIUM}/include/TaskManager -I$(CERIUM)/Renderer/Engine -I$(CERIUM)/include/Cerium |
12 LIBS = -L${CERIUM}/TaskManager -L$(CERIUM)/Renderer/Engine | 17 LIBS = -L${CERIUM}/TaskManager -L$(CERIUM)/Renderer/Engine |
13 TOOL = $(CERIUM)/bin | 18 TOOL = $(CERIUM)/bin |
14 | 19 |
15 | 20 |
16 LIBS += `sdl-config --libs`, -framework, OpenGL -lSDL_mixer -lSDL_image `xml2-config --libs` | 21 #LIBS += `sdl-config --libs`, -framework, OpenGL -lSDL_mixer -lSDL_image `xml2-config --libs` |
17 LIBS += -lCerium -lFifoManager | 22 #LIBS += `sdl-config --libs`, -framework, -lSDL_mixer -lSDL_image `xml2-config --libs` |
23 #LIBS += -lCerium -lFifoManager | |
24 | |
25 |