dub v0.9.21-beta.3 (2014-01-15T13:36:19Z)
Dub
Repo
GeneratorSettings
dub
generators
generator
Undocumented in source.
struct
GeneratorSettings {
BuildPlatform
platform
;
Compiler
compiler
;
string
config
;
string
buildType
;
BuildSettings
buildSettings
;
bool
combined
;
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.
combined
bool
combined
;
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
classes
ProjectGenerator
functions
createProjectGenerator
finalizeGeneration
prepareGeneration
runBuildCommands
structs
GeneratorSettings