Mercurial > hg > Game > Cerium
changeset 514:50d0f54fe865 draft
test_render/Makefile.linux
author | kent <kent@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 21 Oct 2009 12:02:39 +0900 |
parents | 896250fa2c15 |
children | d3bc594204c2 |
files | TaskManager/Test/test_render/Makefile.linux |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/TaskManager/Test/test_render/Makefile.linux Wed Oct 21 11:55:16 2009 +0900 +++ b/TaskManager/Test/test_render/Makefile.linux Wed Oct 21 12:02:39 2009 +0900 @@ -1,6 +1,6 @@ include ./Makefile.def -SRCS_TMP = $(wildcard *.cc) +SRCS_TMP = $(wildcard *.cc) $(wildcard Application/*.cc) SRCS_EXCLUDE = # 除外 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP)) OBJS = $(SRCS:.cc=.o)