diff Renderer/Test/Makefile.macosx @ 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 1733f3cbfa28
children f4739a3c9938 b7376415fa5f
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Sat Nov 07 17:42:21 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Sat Nov 07 18:05:52 2009 +0900
@@ -2,8 +2,8 @@
 
 LIBS += -lCerium -lFifoManager 
 
-CFLAGS += `sdl-config --cflags` `xml2-config --cflags` $(INCLUDE)
-LIBS   += `sdl-config --libs` `xml2-config --libs` -lSDL_image -Wl,-framework,OpenGL
+CFLAGS += `sdl-config --cflags` `xml2-config --cflags` $(INCLUDE)  
+LIBS   += `sdl-config --libs` `xml2-config --libs` -lSDL_image -Wl,-framework,OpenGL 
 
 .SUFFIXES: .cc .o  .xml .xml.h .xml.cc