changeset 1388:281a3449e58b draft

create test routine collision_effect.cc
author Yuhi TOMARI <e095740@ie.u-ryukyu.ac.jp>
date Fri, 27 Jan 2012 17:32:26 +0900
parents 83dac8ff2c90
children 5f12d99e95ac
files Renderer/Test/Makefile.macosx
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx	Fri Jan 27 14:18:17 2012 +0900
+++ b/Renderer/Test/Makefile.macosx	Fri Jan 27 17:32:26 2012 +0900
@@ -13,10 +13,14 @@
 %.pb.cc: $(PROTODIR)/%.proto
 	$(PROTO) $(PROTOFLAGS) $<
 
-ALL = collada motion_man ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer aquarium network init_aquarium test_linda viewer_2
+ALL = collision_effect collada motion_man ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum property_test send_linda dynamic writer chain_old SgRootChange viewer aquarium network init_aquarium test_linda viewer_2 
 
 all: $(ALL)
 
+COLLISION_OBJ = collision_effect.o
+collision_effect : $(COLLISION_OBJ)
+	$(CC) $(CFLAGS) -o $@ $?   $(LIBS)
+
 COLLADA_OBJ = collada.o
 collada : $(COLLADA_OBJ)
 	$(CC) $(CFLAGS) -o $@ $?   $(LIBS)