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

Unified Diff: src/epidemic/examples/wscript

Issue 13831049: Epidemic routing protocol addition for review
Patch Set: Fixing doxygen Created 8 years, 11 months ago
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 side-by-side diff with in-line comments
Download patch
Index: src/epidemic/examples/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/epidemic/examples/wscript
@@ -0,0 +1,8 @@
+# -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ obj = bld.create_ns3_program('epidemic-example', ['epidemic', 'wifi', 'mesh', 'applications'])
+ obj.source = 'epidemic-example.cc'
+ obj = bld.create_ns3_program('epidemic-benchmark', ['epidemic', 'wifi', 'mesh', 'applications'])
+ obj.source = 'epidemic-benchmark.cc'
+

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