# HG changeset patch # User kent # Date 1256094159 -32400 # Node ID 6c56957ef3350d8561375ac3f5fac51f9665beb5 # Parent cd2985cd34615dd857e5f3c1ec71263181485cbc test_render/Makefile.linux diff -r cd2985cd3461 -r 6c56957ef335 TaskManager/Test/test_render/Makefile.linux --- 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)