Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(76)

Side by Side Diff: src/delaybox/wscript

Issue 4875052: + Delaybox
Patch Set: Created 12 years, 7 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 obj = bld.create_ns3_module('delaybox', ['node'])
5 obj.source = [
6 'delaybox.cc',
7 'delaybox-net-device.cc',
8 'tcp-flow-classifier.cc',
9 ]
10 headers = bld.new_task_gen('ns3header')
11 headers.module = 'delaybox'
12 headers.source = [
13 'delaybox.h',
14 'delaybox-net-device.h',
15 'tcp-flow-classifier.h',
16 ]
OLDNEW

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b