mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-08-18 20:48:41 +08:00
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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user