Bugzilla – Bug 970
move UAN over to new directory structure
Last modified: 2010-08-03 15:26:08 UTC
See Jens's example wscript: http://mailman.isi.edu/pipermail/ns-developers/2010-July/008226.html uan/model uan/doc uan/helper uan/test uan/example
update wscript ENABLE_EXAMPLES due to Pavel's comment: # Examples if (bld.env['ENABLE_EXAMPLES']): example_deps = [module_name, 'node', 'wifi', 'internet-stack'] # TODO: keep correct deps. obj = bld.create_ns3_program('my-example', example_deps) obj.source = 'example/my-example.cc' # build other examples here ...
changeset b401db8531f5