Mercurial > hg > Game > Cerium
changeset 723:250104f42276 draft
SgChange
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 19 Dec 2009 13:15:19 +0900 |
parents | 55d70a61dedc |
children | 6e9e4726113e |
files | Renderer/Test/Makefile.macosx |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Renderer/Test/Makefile.macosx Sat Dec 19 12:20:20 2009 +0900 +++ b/Renderer/Test/Makefile.macosx Sat Dec 19 13:15:19 2009 +0900 @@ -10,7 +10,7 @@ .cc.o: $(CC) $(CFLAGS) -c $< -o $@ -ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic writer chain_old +ALL = ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum send_linda dynamic writer chain_old SgRootChange all: $(ALL) BALL_BOUND_OBJ = ball_bound.o @@ -69,6 +69,11 @@ chain_old : $(CHAIN_OBJ) $(CC) -o $@ $? $(LIBS) +SGCHANGE_OBJ = SgRootChange.o +SgRootChange : $(SGCHANGE_OBJ) + $(CC) -o $@ $? $(LIBS) + + run: $(TARGET) sudo ./$(TARGET) -width 576 -height 384 -bpp 32