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

Unified Diff: examples/chord-run/wscript

Issue 180107: Chord/DHash support in ns-3
Patch Set: Created 14 years, 3 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: examples/chord-run/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/examples/chord-run/wscript
@@ -0,0 +1,6 @@
+## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
+
+def build(bld):
+ obj = bld.create_ns3_program('chord-run', ['chord-ipv4'])
+ obj.source = 'chord-run.cc'
+ obj.env.append_value('LINKFLAGS','-lcrypto')

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