summaryrefslogtreecommitdiffstats
path: root/user/wscript
blob: bd0035f7388eef1f3d6d25de3ede7bccb0109a38 (plain) (blame)
1
2
3
4
5
6
from sys import path
from os.path import abspath
path.append(abspath('../common/'))

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