c065a7b1ed00ecd9cf38a203ea88e49fdfb3d101
[senf.git] / Packets / 80221Bundle / SConscript
1 # -*- python -*-
2
3 Import('env')
4 import SENFSCons, glob
5
6 ###########################################################################
7
8 sources, includes = SENFSCons.Glob(env)
9
10 SENFSCons.Object(env, target = '80221Bundle', sources=sources)
11 SENFSCons.Lib(env, sources[0])
12
13 SConscript(glob.glob("*/SConscript"))