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

Side by Side Diff: src/pgbr/examples/wscript

Issue 15530043: New module pgbr (PGBR routing protocol) and extension of topology-read module
Patch Set: Created 10 years, 5 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_program('pgbr-example', ['pgbr', 'applications'])
5 obj.source = 'pgbr-example.cc'
6 ····
7 obj = bld.create_ns3_program('pg2br-example', ['pgbr', 'applications', 'topo logy-read'])
8 obj.source = 'ieee-online-greenComm-2013-pg2br.cc'
9 ····
10 obj = bld.create_ns3_program('pg2br-core-example', ['pgbr', 'applications', 'topology-read'])
11 obj.source = 'ieee-online-greenComm-2013-pg2br-core.cc'
12
OLDNEW
« no previous file with comments | « src/pgbr/examples/pgbr-example.cc ('k') | src/pgbr/helper/ieee-online-greenComm-2013-pg2br-gradient-calculator-helper.h » ('j') | no next file with comments »

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