Files
3d_audio/lib_logging/examples/app_debug_printf/wscript
Steven Dan d8b2974133 init
2025-12-11 09:43:42 +08:00

15 lines
232 B
Python

def options(opt):
opt.load('xwaf.xcommon')
def configure(conf):
conf.load('xwaf.xcommon')
def build(bld):
bld.do_xcommon()
def dist(ctx):
ctx.load('xwaf.xcommon')
def distcheck(ctx):
ctx.load('xwaf.xcommon')