Add copyright information

This commit is contained in:
Bernard.Xiong
2015-03-22 08:56:37 +08:00
parent fbd620a7f4
commit cf37bccae4
4 changed files with 50 additions and 2 deletions

View File

@@ -40,7 +40,7 @@ SConscript_com = '''# RT-Thread building script for component
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
src = Glob('*.c') + Glob('*.cpp')
CPPPATH = [cwd]
group = DefineGroup('COMPONENT_NAME', src, depend = [''], CPPPATH = CPPPATH)