|
Bugzilla – Full Text Bug Listing |
| Summary: | move UAN over to new directory structure | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Tom Henderson <tomh> |
| Component: | build system | Assignee: | Josh Pelkey <jpelkey> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | ns-bugs |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Tom Henderson
2010-08-01 18:38:34 UTC
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 |