- buildMode
BuildMode buildMode;
Undocumented in source.
- buildSettings
BuildSettings buildSettings;
Undocumented in source.
- buildType
string buildType;
Undocumented in source.
- cache
NativePath cache;
Undocumented in source.
- combined
bool combined;
Undocumented in source.
- compileCallback
void delegate(int status, string output) compileCallback;
Undocumented in source.
- compiler
Compiler compiler;
Undocumented in source.
- config
string config;
- direct
bool direct;
Undocumented in source.
- filterVersions
bool filterVersions;
- force
bool force;
Undocumented in source.
- linkCallback
void delegate(int status, string output) linkCallback;
- parallelBuild
bool parallelBuild;
Undocumented in source.
- platform
BuildPlatform platform;
- rdmd
bool rdmd;
Undocumented in source.
- run
bool run;
Undocumented in source.
- runArgs
string[] runArgs;
Undocumented in source.
- runCallback
void delegate(int status, string output) runCallback;
Undocumented in source.
- single
bool single;
- targetExitStatus
int targetExitStatus;
- tempBuild
bool tempBuild;
Undocumented in source.