tutorial/wscript
author Craig Dowell <craigdo@ee.washington.edu>
Thu, 13 Sep 2007 11:04:47 -0700
changeset 1502 4b4799567e2a
child 1529 042ae54d795c
permissions -rw-r--r--
add tutorial directory and hello-simulator

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

def build(bld):
    obj = bld.create_ns3_program('hello-simulator',
        ['core'])
    obj.source = 'hello-simulator.cc'