diff Renderer/Test/Makefile.macosx @ 845:1e3b67117ad9

light bug fix.
author Yutaka_Kinjyo
date Thu, 03 Jun 2010 02:55:29 +0900
parents 4455e7b0caf3
children fdc24fbeaedc
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Wed Jun 02 17:04:26 2010 +0900
+++ b/Renderer/Test/Makefile.macosx	Thu Jun 03 02:55:29 2010 +0900
@@ -10,7 +10,7 @@
 .cc.o:
 	$(CC) $(CFLAGS)  -c $< -o $@
 
-ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange
+ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer
 
 oFLAGS=-g -O2
 CFLAGt=-g -O2
@@ -80,6 +80,10 @@
 SgRootChange : $(SGCHANGE_OBJ) 
 	$(CC) -o $@ $?    $(LIBS)
 
+VIEWER_OBJ = viewer.o
+viewer : $(VIEWER_OBJ) 
+	$(CC) -o $@ $?    $(LIBS)
+
 
 run: $(TARGET)
 	sudo ./$(TARGET) -width 576 -height 384 -bpp 32