set_output_dir

Declaration

set_output_dir :: fn (assembly: Assembly, dir: string)

Description

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.

Arguments

  • 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