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

Side by Side Diff: src/devices/uan/examples/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 | « src/contrib/uan-framework/wscript ('k') | src/devices/uan/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('uan-cw-example', ['core', 'simulator', 'mobili ty', 'uan']) 4 obj = bld.create_ns3_program('uan-cw-example', ['core', 'simulator', 'mobili ty', 'uan'])
5 obj.source = 'uan-cw-example.cc' 5 obj.source = 'uan-cw-example.cc'
6 6
7 obj = bld.create_ns3_program('uan-rc-example', ['core', 'simulator', 'mobili ty', 'uan']) 7 obj = bld.create_ns3_program('uan-rc-example', ['core', 'simulator', 'mobili ty', 'uan'])
8 obj.source = 'uan-rc-example.cc' 8 obj.source = 'uan-rc-example.cc'
9
10 obj = bld.create_ns3_program('li-ion-energy-source', ['core', 'simulator', ' energy'])
11 obj.source = 'li-ion-energy-source.cc'
12
13 obj = bld.create_ns3_program('uan-energy-auv', ['core', 'simulator', 'uan', 'mobility', 'energy'])
14 obj.source = 'uan-energy-auv.cc'
OLDNEW
« no previous file with comments | « src/contrib/uan-framework/wscript ('k') | src/devices/uan/wscript » ('j') | no next file with comments »

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