examples/naming/wscript
author Tom Henderson <tomh@tomh.org>
Fri, 18 Feb 2011 16:05:39 -0800
changeset 6821 203367ae7433
parent 5369 86beb5869f67
child 6834 036f9a0b9899
permissions -rw-r--r--
merge src/simulator into src/core; move src/core to new module layout
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5369
86beb5869f67 split examples, add examples, tweak test.py to minimize builds
Craig Dowell <craigdo@ee.washington.edu>
parents:
diff changeset
     1
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
86beb5869f67 split examples, add examples, tweak test.py to minimize builds
Craig Dowell <craigdo@ee.washington.edu>
parents:
diff changeset
     2
86beb5869f67 split examples, add examples, tweak test.py to minimize builds
Craig Dowell <craigdo@ee.washington.edu>
parents:
diff changeset
     3
def build(bld):
6821
203367ae7433 merge src/simulator into src/core; move src/core to new module layout
Tom Henderson <tomh@tomh.org>
parents: 5369
diff changeset
     4
    obj = bld.create_ns3_program('object-names', ['core', 'csma', 'internet-stack'])
5369
86beb5869f67 split examples, add examples, tweak test.py to minimize builds
Craig Dowell <craigdo@ee.washington.edu>
parents:
diff changeset
     5
    obj.source = 'object-names.cc'