jhb 66e2a24cd7 1】修改bsp目录名称
2】修改其他
2019-04-09 19:56:54 +08:00

10 lines
179 B
Python

from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = cwd
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')