Files
unison/examples/socket/wscript

9 lines
404 B
Plaintext
Raw Normal View History

2009-12-15 21:07:22 -08:00
## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
def build(bld):
2011-04-18 12:10:18 +02:00
obj = bld.create_ns3_program('socket-bound-static-routing', ['network', 'csma', 'internet'])
2009-12-15 21:07:22 -08:00
obj.source = 'socket-bound-static-routing.cc'
2011-04-18 12:10:18 +02:00
obj = bld.create_ns3_program('socket-bound-tcp-static-routing', ['network', 'csma', 'internet'])
2009-12-15 21:07:22 -08:00
obj.source = 'socket-bound-tcp-static-routing.cc'