diff Renderer/Test/Makefile @ 794:4f907657132a draft

add Make for MacOSX (64bit mode) %make fifo64
author tkaito
date Tue, 04 May 2010 18:22:07 +0900 (2010-05-04)
parents 6e9e4726113e
children 3778a1eda68d
line wrap: on
line diff
--- a/Renderer/Test/Makefile	Mon May 03 05:09:58 2010 +0900
+++ b/Renderer/Test/Makefile	Tue May 04 18:22:07 2010 +0900
@@ -1,5 +1,7 @@
 all:  
 	make -f Makefile.macosx $*
+fifo64:  
+	make -f Makefile.macosx ABIBIT=64 $*
 linux:  
 	make -f Makefile.linux $*
 cell: