summaryrefslogtreecommitdiffstats
path: root/shell/wscript
blob: 26ab0cae4e33ff61c86b31f3e1d9dc26247d42a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
from sys import path
from os.path import abspath
path.append(abspath('../common/'))

from waf import cmd_configure as configure
from waf import cmd_build as build
from waf import cmd_options as options
from waf import spell
from waf import cmd_spell
from waf import linkcheck
from waf import cmd_linkcheck