Build Code Block

From a high level, the Build script has the following basic elements:

build  {
  <parameters>
  <input>
  <locale>
  <properties>
  <custom-properties>
  <operations>
  <output>
}

For more information about all of the basic elements other than input, see General Build Tags.

A build script can be quite simple:

build {
  text-input "basic.txt"
  output "basic.cbase"
}

See also: