waf/playground/haxe/bytecode/src/wscript

8 lines
130 B
Python

def configure(ctx):
ctx.load('haxe')
def build(ctx):
ctx.haxe(
source = 'main.hxml',
target = 'main.hl')