7 lines
136 B
Plaintext
Raw Normal View History

2013-01-08 05:05:02 -08:00
import rtconfig
Import('RTT_ROOT')
from building import *
src = Glob('*.c')
group = DefineGroup('', src, depend = [''])
Return('group')