source:
rtems-docs/develenv/wscript
@
c2cefaa
Last change on this file since c2cefaa was ed3794e, checked in by Amar Takhar <amar@…>, on Jan 20, 2016 at 4:00:32 AM | |
---|---|
|
|
File size: 217 bytes |
Line | |
---|---|
1 | from sys import path |
2 | from os.path import abspath |
3 | path.append(abspath('../common/')) |
4 | |
5 | from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck |
6 |
Note: See TracBrowser
for help on using the repository browser.