#!/bin/bash
set -e
WURSTPACK=../../Wurst/workspace/downloads/Wurstpack
java -jar $WURSTPACK/wurstscript/wurstscript.jar \
	$WURSTPACK/wurstscript/common.j \
	$WURSTPACK/wurstscript/Blizzard.j \
	./HotN/wurst \
	-lib $WURSTPACK/wurstscript/lib
	-out mycompiled.j
echo BUILD OK