waf/playground/haxe/bytecode/src/wscript

8 lines
130 B
Plaintext
Raw Normal View History

2020-12-23 21:38:58 +01:00
def configure(ctx):
ctx.load('haxe')
def build(ctx):
ctx.haxe(
source = 'main.hxml',
target = 'main.hl')