cleanup scons building script

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1065 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2010-11-20 12:31:00 +00:00
parent 2fce1a91e2
commit 10732a76e9
36 changed files with 716 additions and 1010 deletions
+4 -6
View File
@@ -1,6 +1,6 @@
Import('env')
from building import *
src_local = Split("""
src = Split("""
tc_comm.c
thread_static.c
thread_dynamic.c
@@ -32,8 +32,6 @@ heap_realloc.c
memp_simple.c
""")
# The set of source files associated with this SConscript file.
obj = env.Object(src_local)
env.Append(CPPDEFINES='RT_USING_TC')
group = DefineGroup('examples', src, depend = ['RT_USING_TC'])
Return('obj')
Return('group')