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

Side by Side Diff: src/wifi/wscript

Issue 6620057: Antenna/Orientation Support
Patch Set: Created 11 years, 5 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/wifi/model/yans-wifi-channel.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*- 1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2 2
3 def build(bld): 3 def build(bld):
4 obj = bld.create_ns3_module('wifi', ['network', 'propagation']) 4 obj = bld.create_ns3_module('wifi', ['network', 'propagation', 'antenna'])
5 obj.source = [ 5 obj.source = [
6 'model/wifi-information-element.cc', 6 'model/wifi-information-element.cc',
7 'model/wifi-information-element-vector.cc', 7 'model/wifi-information-element-vector.cc',
8 'model/wifi-channel.cc', 8 'model/wifi-channel.cc',
9 'model/wifi-mode.cc', 9 'model/wifi-mode.cc',
10 'model/ssid.cc', 10 'model/ssid.cc',
11 'model/wifi-phy.cc', 11 'model/wifi-phy.cc',
12 'model/wifi-phy-state-helper.cc', 12 'model/wifi-phy-state-helper.cc',
13 'model/error-rate-model.cc', 13 'model/error-rate-model.cc',
14 'model/yans-error-rate-model.cc', 14 'model/yans-error-rate-model.cc',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 141
142 if bld.env['ENABLE_GSL']: 142 if bld.env['ENABLE_GSL']:
143 obj.use.extend(['GSL', 'GSLCBLAS', 'M']) 143 obj.use.extend(['GSL', 'GSLCBLAS', 'M'])
144 obj_test.use.extend(['GSL', 'GSLCBLAS', 'M']) 144 obj_test.use.extend(['GSL', 'GSLCBLAS', 'M'])
145 145
146 if (bld.env['ENABLE_EXAMPLES']): 146 if (bld.env['ENABLE_EXAMPLES']):
147 bld.add_subdirs('examples') 147 bld.add_subdirs('examples')
148 148
149 bld.ns3_python_bindings() 149 bld.ns3_python_bindings()
150 150
OLDNEW
« no previous file with comments | « src/wifi/model/yans-wifi-channel.cc ('k') | no next file » | no next file with comments »

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