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

Side by Side Diff: examples/mobility/wscript

Issue 1743057: UAN Framework project (GSoC) final review
Patch Set: Moved project's files to src/contrib/uan-framework, added manual chapter Created 13 years, 4 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
« no previous file with comments | « doc/manual/uan-framework.texi ('k') | src/contrib/energy/wscript » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 def build(bld): 3 def build(bld):
4 obj = bld.create_ns3_program('ns2-mobility-trace', ['core', 'simulator', 'mo bility', 'wifi', 'mesh']) 4 obj = bld.create_ns3_program('ns2-mobility-trace', ['core', 'simulator', 'mo bility', 'wifi', 'mesh'])
5 obj.source = 'ns2-mobility-trace.cc' 5 obj.source = 'ns2-mobility-trace.cc'
6 ····
7 obj = bld.create_ns3_program('auv-energy-model', ['core', 'simulator', 'mobi lity'])
8 obj.source = 'auv-energy-model.cc'
9 ····
10 obj = bld.create_ns3_program('waypoint-mobility', ['core', 'simulator', 'mob ility'])
11 obj.source = 'waypoint-mobility.cc'
12
13 obj = bld.create_ns3_program('auv-mobility', ['core', 'simulator', 'mobility '])
14 obj.source = 'auv-mobility.cc'
OLDNEW
« no previous file with comments | « doc/manual/uan-framework.texi ('k') | src/contrib/energy/wscript » ('j') | no next file with comments »

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