examples/naming/wscript
author Tom Henderson <tomh@tomh.org>
Thu, 01 Oct 2015 11:07:22 -0700
changeset 11677 1e2add816314
parent 10824 c5f41363f688
permissions -rw-r--r--
update RELEASE_NOTES and VERSION for ns-3.24.1

## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-

def build(bld):
    obj = bld.create_ns3_program('object-names', ['core', 'csma', 'internet', 'applications'])
    obj.source = 'object-names.cc'