6 lines
234 B
Plaintext
6 lines
234 B
Plaintext
|
|
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
|
||
|
|
|
||
|
|
def build(bld):
|
||
|
|
obj = bld.create_ns3_program('object-names', ['core', 'simulator', 'csma', 'internet-stack'])
|
||
|
|
obj.source = 'object-names.cc'
|