Build.Blitz - blitzcc

Description

The blitzcc task is used to call an installed Blitz compiler. Before using this task, BlitzBuild must be set up to use a Blitz compiler. For more information on this, see the Installation Guide.

Parameters

Table 1. Parameters

Attribute Type Description Required
input string The source file to build. true
compiler string The name of the compiler to use. Possible values are "BlitzPlus" and "Blitz3D". true
createExe bool If true an executable file will be created, otherwise the input file will be compiled and executed. true
output string The name of the executable to create. Only required if "createExe" is set to true. False
debug bool If true, the source will be compiled with debug mode enabled. The default is false. false
if bool If true, the task will be executed, otherwise it will be skipped. The default is true. False
unless bool The opposite of if. If false, the task will be executed, otherwise it will be skipped. The default is false. False