Wiki

Clone wiki

nant-cobra-tasks / CobraTask

#summary <cobra> Task #labels Class,NAntTask

Compiles Cobra programs.

= Parameters =

Attribute Type Description Required
output string The output file created by the compiler. true
target string Output type. Possible values are exe, winexe, lib or module, to cope with -t: cobra.exe arguments. true
optimize bool when true, -turbo is passed to cobra.exe arguments false
embedRuntime bool when true, -ert:yes, when false, -ert:no is passed to cobra.exe arguments false
debug bool when true, -d is passed to cobra.exe arguments false
otherParams string will be passed as additional arguments false

Updated