annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
509
8148c81d2660 Cerium Rendering Library
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 507
diff changeset
1 TARGET = libCerium.a
283
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents:
diff changeset
2
509
8148c81d2660 Cerium Rendering Library
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 507
diff changeset
3 CERIUM = ../..
283
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents:
diff changeset
4
606
32a7260fad2f 32bit/64bit ABI (64 bit is not tested yet).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 581
diff changeset
5 ABI = -m32
283
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents:
diff changeset
6 CC = g++
606
32a7260fad2f 32bit/64bit ABI (64 bit is not tested yet).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 581
diff changeset
7 CFLAGS = -g -Wall $(ABI) # -O9 -DDEBUG
283
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents:
diff changeset
8
55ea4465b1a2 fix test_render
e065746@localhost.localdomain
parents:
diff changeset
9 INCLUDE = -I$(CERIUM)/include/TaskManager -I.
606
32a7260fad2f 32bit/64bit ABI (64 bit is not tested yet).
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 581
diff changeset
10 LIBS = -L$(CERIUM)/TaskManager $(ABI)