Changeset 5385
- Timestamp:
- 10/11/07 16:43:30 (6 years ago)
- Location:
- scripts/release-0.6.2/tools
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
scripts/release-0.6.2/tools/INSTALL
r5207 r5385 8 8 4. Install everything else in system and platform 9 9 5. Make the ossie.pth file 10 This file will need to contain "/sdr/tools"10 **This file will need to contain "/sdr/tools" 11 11 6. Double check that the OSSIE dependencies are all installed (including omniORBpy!) 12 12 -
scripts/release-0.6.2/tools/setup.py
r5205 r5385 146 146 'WaveDev/wavedev/generate/templates/py_comp/_sampleComp.py', 147 147 'WaveDev/wavedev/generate/templates/py_comp/genStructure.py' 148 ]), 149 150 (install_location+'AWG', 151 [ 152 'AWG/AWG.py', 153 'AWG/__init__.py', 154 'AWG/toolconfig.xml', 155 'AWG/sources.py' 156 ]), 157 158 (install_location+'plot', 159 [ 160 'plot/plot.py', 161 'plot/__init__.py', 162 'plot/toolconfig.xml' 163 ]), 164 165 (install_location+'write_to_file', 166 [ 167 'write_to_file/write_to_file.py', 168 'write_to_file/__init__.py', 169 'write_to_file/toolconfig.xml' 148 170 ]) 149 171 ]