GeneratorSettings

Undocumented in source.

Members

Functions

toolWorkingDirectory
NativePath toolWorkingDirectory()

Returns overrideToolWorkingDirectory or if that's not set, just the current working directory of the application. This may differ if dub is called with the --root parameter or when using DUB as a library.

Variables

buildDeep
bool buildDeep;

build all dependencies for static libraries

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;
Undocumented in source.
filterVersions
bool filterVersions;
force
bool force;
Undocumented in source.
linkCallback
void delegate(int status, string output) linkCallback;
Undocumented in source.
overrideToolWorkingDirectory
NativePath overrideToolWorkingDirectory;
parallelBuild
bool parallelBuild;
Undocumented in source.
platform
BuildPlatform platform;
rdmd
bool rdmd;
Undocumented in source.
recipeName
string recipeName;
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;

single file dub package

targetExitStatus
int targetExitStatus;
tempBuild
bool tempBuild;
Undocumented in source.

Meta