set_output_dir :: fn (assembly: Assembly, dir: string)
Set build output directory. This is directory where all output files will be written. For example diferent output directory can be set for any build mode.
assembly Assembly handle.
dir Directory path. This can contain non-existing directories separated by /, compiler will create all missing directories in passed path.
Declared in: build.bl