changeset 579:6c1a627303b2

fix.
author root@localhost.localdomain
date Sat, 24 Oct 2009 16:11:08 +0900
parents a068627a0bc6
children da82a47ece92 f674ca0fb76d
files Renderer/Test/Makefile.cell Renderer/Test/dynamic_create.cc
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Renderer/Test/Makefile.cell	Fri Oct 23 18:36:43 2009 +0900
+++ b/Renderer/Test/Makefile.cell	Sat Oct 24 16:11:08 2009 +0900
@@ -11,7 +11,8 @@
 .cc.o:
 	$(CC) $(CFLAGS) $(INCLUDE) -c $< -o $@
 
-all: ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum
+ALL =  ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic
+all: $(ALL)
 
 speobject:
 	cd spe; $(MAKE)
@@ -80,7 +81,7 @@
 
 clean:
 	rm -f $(TARGET) $(OBJS) $(TASK_OBJS) *.o
-	rm -f *~ \#*
+	rm -f *~ \#* $(ALL)
 	rm -f $(BALL_BOUND_XML).cc $(BALL_BOUND_XML).h $(BALL_BOUND_OBJ)
 
 -include depend.inc
--- a/Renderer/Test/dynamic_create.cc	Fri Oct 23 18:36:43 2009 +0900
+++ b/Renderer/Test/dynamic_create.cc	Sat Oct 24 16:11:08 2009 +0900
@@ -185,7 +185,7 @@
     init_linda();
     callback_arg *carg = (callback_arg *)manager->allocate(sizeof(callback_arg));
 
-    carg->tid = open_linda_java((char *)linda, PORT);
+    carg->tid = open_linda_java(linda, PORT);
     carg->read_id = SERIAL_REGIST_TUPLE_NO;    
     carg->node = node;
     carg->manager = manager;