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

Side by Side Diff: src/applications/bulk-send/wscript

Issue 2408042: Ns-3 BulkSendApplication (Closed)
Patch Set: Comment fixes, update documentation Created 13 years, 3 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/applications/bulk-send/bulk-send-application.cc ('k') | src/helper/bulk-send-helper.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 module = bld.create_ns3_module('bulk-send', ['core', 'simulator', 'node'])
5 module.source = [
6 'bulk-send-application.cc',
7 ]
8 headers = bld.new_task_gen('ns3header')
9 headers.module = 'bulk-send'
10 headers.source = [
11 'bulk-send-application.h',
12 ]
13
OLDNEW
« no previous file with comments | « src/applications/bulk-send/bulk-send-application.cc ('k') | src/helper/bulk-send-helper.h » ('j') | no next file with comments »

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