add RT_USING_TC in SConscript.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1191 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
bernard.xiong@gmail.com
2010-12-12 23:37:14 +00:00
parent efdd4043bd
commit fdfe4f4781
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ heap_malloc.c
heap_realloc.c
memp_simple.c
""")
CPPDEFINES = ['RT_USING_TC']
group = DefineGroup('examples', src, depend = [''])
group = DefineGroup('examples', src, depend = [''], CPPDEFINES = CPPDEFINES)
Return('group')