An hxml file is a build file that enumerates options to pass to the Haxe compiler.
In a Haxe software project, an hxml
file describes a set of options that are passed to the Haxe compiler. Basic usage and format are described in the Haxe compiler documentation.
Typically a Haxe build is invoked by passing the hxml file to the compiler:
haxe build.hxml