GeneratorSettings

Undocumented in source.

Members

Variables

buildMode
BuildMode buildMode;
Undocumented in source.
buildSettings
BuildSettings buildSettings;
Undocumented in source.
buildType
string buildType;
clean
bool clean;
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;
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;
tempBuild
bool tempBuild;
Undocumented in source.

Meta