diff Renderer/Test/Makefile.macosx @ 602:1733f3cbfa28

64bit mode try... not worked.
author e075740@nw0740.st.ie.u-ryukyu.ac.jp
date Fri, 06 Nov 2009 21:20:26 +0900
parents 987380738a50
children 32a7260fad2f
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Fri Nov 06 18:34:12 2009 +0900
+++ b/Renderer/Test/Makefile.macosx	Fri Nov 06 21:20:26 2009 +0900
@@ -1,6 +1,6 @@
 include ./Makefile.def
 
-LIBS += -lFifoManager -lCerium
+LIBS += -lCerium -lFifoManager 
 
 CFLAGS += `sdl-config --cflags` `xml2-config --cflags` $(INCLUDE)
 LIBS   += `sdl-config --libs` `xml2-config --libs` -lSDL_image -Wl,-framework,OpenGL