dub v0.9.19 (2013-10-18T14:33:41Z)
Dub
Repo
GeneratorSettings
dub
generators
generator
Undocumented in source.
struct
GeneratorSettings {
BuildPlatform
platform
;
string
config
;
Compiler
compiler
;
BuildSettings
buildSettings
;
bool
run
;
string
[]
runArgs
;
string
buildType
;
}
Members
Variables
buildSettings
BuildSettings
buildSettings
;
Undocumented in source.
buildType
string
buildType
;
Undocumented in source.
compiler
Compiler
compiler
;
Undocumented in source.
config
string
config
;
Undocumented in source.
platform
BuildPlatform
platform
;
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