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

Unified Diff: src/ltp-protocol/examples/wscript

Issue 105340046: Ltp Protocol mid-term
Patch Set: Created 9 years, 9 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
« no previous file with comments | « src/ltp-protocol/examples/ltp-protocol-example.cc ('k') | src/ltp-protocol/helper/ltp-protocol-helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ltp-protocol/examples/wscript
===================================================================
new file mode 100644
--- /dev/null
+++ b/src/ltp-protocol/examples/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('ltp-protocol-example', ['ltp-protocol'])
+ obj.source = 'ltp-protocol-example.cc'
+
« no previous file with comments | « src/ltp-protocol/examples/ltp-protocol-example.cc ('k') | src/ltp-protocol/helper/ltp-protocol-helper.h » ('j') | no next file with comments »

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