from building import *

cwd = GetCurrentDir()
src = Glob('*.c')

group = DefineGroup('Platform', src, depend = [''])

Return('group')
