Write a status file during waf build step

This commit is contained in:
Mitch Watrous
2011-04-28 09:10:29 -07:00
parent 65bfec39f2
commit 1718599e48
9 changed files with 63 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ def build(bld):
obj = bld.create_ns3_program('first', ['core', 'point-to-point', 'internet', 'applications'])
obj.source = 'first.cc'
bld.register_ns3_script('first.py', ['core', 'point-to-point', 'internet', 'applications'])
obj = bld.create_ns3_program('second', ['core', 'point-to-point', 'csma', 'internet', 'applications'])
obj.source = 'second.cc'