Bug 970 - move UAN over to new directory structure
move UAN over to new directory structure
Status: RESOLVED FIXED
Product: ns-3
Classification: Unclassified
Component: build system
pre-release
All All
: P5 normal
Assigned To: Josh Pelkey
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-08-01 18:38 UTC by Tom Henderson
Modified: 2010-08-03 15:26 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tom Henderson 2010-08-01 18:38:34 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
Comment 1 Tom Henderson 2010-08-02 01:37:11 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 ...
Comment 2 Josh Pelkey 2010-08-03 15:26:08 UTC
changeset b401db8531f5