source: rtems-docs/rsb/wscript @ ad5d632

5
Last change on this file since ad5d632 was ad5d632, checked in by Chris Johns <chrisj@…>, on 03/26/17 at 23:25:25

waf: Cleaner formatting to see the importing.

  • Property mode set to 100644
File size: 306 bytes
Line 
1from sys import path
2from os.path import abspath
3path.append(abspath('../common/'))
4
5from waf import cmd_configure as configure
6from waf import cmd_build as build
7from waf import cmd_options as options
8from waf import spell
9from waf import cmd_spell
10from waf import linkcheck
11from waf import cmd_linkcheck
Note: See TracBrowser for help on using the repository browser.