changeset 6864 | 7a1f57da547e |
parent 6834 | 036f9a0b9899 |
child 6873 | b2234c2d38d9 |
6863:19003488e23d | 6864:7a1f57da547e |
---|---|
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- |
|
2 |
|
3 def build(bld): |
|
4 obj = bld.create_ns3_program('dumbbell-animation', |
|
5 ['netanim']) |
|
6 obj.source = 'dumbbell-animation.cc' |
|
7 |
|
8 obj = bld.create_ns3_program('grid-animation', |
|
9 ['netanim']) |
|
10 obj.source = 'grid-animation.cc' |
|
11 |
|
12 obj = bld.create_ns3_program('star-animation', |
|
13 ['netanim']) |
|
14 obj.source = 'star-animation.cc' |