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

Side by Side Diff: src/applications/wimax/wscript

Issue 224079: some WiMAX applications (traffic generators) (Closed)
Patch Set: Created 14 years, 1 month 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/wimax/wimax4ipp-application.cc ('k') | src/helper/wimax-application-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('wimax', ['core', 'simulator', 'node'])
5 module.source = [
6 'wimax4ipp-application.cc',
7 'wimax1ipp-application.cc',
8 'wimax1idp-application.cc',
9 'wimax2irp-application.cc',
10 ]
11 headers = bld.new_task_gen('ns3header')
12 headers.module = 'wimax'
13 headers.source = [
14 'wimax4ipp-application.h',
15 'wimax1ipp-application.h',
16 'wimax1idp-application.h',
17 'wimax2irp-application.h',
18 ]
19
OLDNEW
« no previous file with comments | « src/applications/wimax/wimax4ipp-application.cc ('k') | src/helper/wimax-application-helper.h » ('j') | no next file with comments »

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