dub v0.9.21-beta.2 (2013-12-15T16:54:20Z)
Dub
Repo
GeneratorSettings
dub
generators
generator
Undocumented in source.
struct
GeneratorSettings {
BuildPlatform
platform
;
Compiler
compiler
;
string
config
;
string
buildType
;
BuildSettings
buildSettings
;
bool
run
;
bool
force
;
bool
direct
;
bool
clean
;
bool
rdmd
;
string
[]
runArgs
;
}
Members
Variables
buildSettings
BuildSettings
buildSettings
;
Undocumented in source.
buildType
string
buildType
;
clean
bool
clean
;
Undocumented in source.
compiler
Compiler
compiler
;
Undocumented in source.
config
string
config
;
direct
bool
direct
;
force
bool
force
;
Undocumented in source.
platform
BuildPlatform
platform
;
rdmd
bool
rdmd
;
Undocumented in source.
run
bool
run
;
Undocumented in source.
runArgs
string
[]
runArgs
;
Undocumented in source.
Meta
Source
See Implementation
dub
generators
generator
functions
createProjectGenerator
finalizeGeneration
prepareGeneration
runBuildCommands
interfaces
ProjectGenerator
structs
GeneratorSettings