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

Delta Between Two Patch Sets: src/devices/point-to-point/wscript

Issue 109068: Ns-3 MPI Distributed Simulation (Closed)
Left Patch Set: Updates after comments Created 14 years, 4 months ago
Right Patch Set: Fix valgrind and merged Created 14 years 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « src/devices/point-to-point/point-to-point-remote-channel.cc ('k') | src/helper/node-container.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 3
4 def build(bld): 4 def build(bld):
5 module = bld.create_ns3_module('point-to-point', ['node']) 5 module = bld.create_ns3_module('point-to-point', ['node'])
6 module.source = [ 6 module.source = [
7 'point-to-point-net-device.cc', 7 'point-to-point-net-device.cc',
8 'point-to-point-channel.cc', 8 'point-to-point-channel.cc',
9 'point-to-point-remote-channel.cc', 9 'point-to-point-remote-channel.cc',
10 'point-to-point-test.cc', 10 'point-to-point-test.cc',
11 'ppp-header.cc', 11 'ppp-header.cc',
12 ] 12 ]
13 headers = bld.new_task_gen('ns3header') 13 headers = bld.new_task_gen('ns3header')
14 headers.module = 'point-to-point' 14 headers.module = 'point-to-point'
15 headers.source = [ 15 headers.source = [
16 'point-to-point-net-device.h', 16 'point-to-point-net-device.h',
17 'point-to-point-channel.h', 17 'point-to-point-channel.h',
18 'point-to-point-remote-channel.h', 18 'point-to-point-remote-channel.h',
19 'ppp-header.h', 19 'ppp-header.h',
20 ] 20 ]
21 21
LEFTRIGHT

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