comparison Renderer/Engine/Makefile.def @ 606:32a7260fad2f

32bit/64bit ABI (64 bit is not tested yet). 64bit ABI requires 64bit SDL library etc.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 07 Nov 2009 18:05:52 +0900
parents 58cdb81f7f96
children 60aa3f241b10
comparison
equal deleted inserted replaced
605:90c61fe2b109 606:32a7260fad2f
1 TARGET = libCerium.a 1 TARGET = libCerium.a
2 2
3 CERIUM = ../.. 3 CERIUM = ../..
4 4
5 ABI = -m32
5 CC = g++ 6 CC = g++
6 CFLAGS = -g -Wall -DUSE_MEMLIST=1 -DUSE_MEMHASH=1 # -O9 -DDEBUG 7 CFLAGS = -g -Wall $(ABI) # -O9 -DDEBUG
7 8
8 INCLUDE = -I$(CERIUM)/include/TaskManager -I. 9 INCLUDE = -I$(CERIUM)/include/TaskManager -I.
9 LIBS = -L$(CERIUM)/TaskManager 10 LIBS = -L$(CERIUM)/TaskManager $(ABI)