Component.CommonConfig

Configuration applicable to multiple (not all) components.

Members

Manifest constants

defaultModel
enum defaultModel;
Undocumented in source.
defaultModel
enum defaultModel;
Undocumented in source.
defaultModel
enum defaultModel;
Undocumented in source.

Properties

models
string[] models [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
models
string[] models [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

makeArgs
string[] makeArgs;

Additional make parameters,

model
string model;

Target comma-separated models ("32", "64", and on Windows, "32mscoff"). Controls the models of the built Phobos and Druntime libraries.

Meta