summaryrefslogblamecommitdiffstats
path: root/shell/wscript
blob: 0565c4bed277075e0770cfa01b4d187575813bd6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                  
                                                          




                          
                      
from sys import path
from os.path import abspath
path.append(abspath('../common/'))

from waf import cmd_configure, cmd_build, spell, cmd_spell

def configure(ctx):
	cmd_configure(ctx)

def build(ctx):
	cmd_build(ctx)