source: rtems-docs/networking/wscript @ 9b5801a

4.115
Last change on this file since 9b5801a was 9b5801a, checked in by Amar Takhar <amar@…>, on 01/19/16 at 05:27:45

Add PDF generation support use with --pdf

  • Property mode set to 100644
File size: 191 bytes
RevLine 
[5daabd2]1from sys import path
2from os.path import abspath
3path.append(abspath('../common/'))
4
[9b5801a]5from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options
[5daabd2]6
Note: See TracBrowser for help on using the repository browser.