SEP6200 Support

This commit is contained in:
Peng Fan
2013-07-17 13:37:31 +08:00
parent f0f0e3dd9e
commit 73beced22a
22 changed files with 3043 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')