Build.Components

Per-component build configuration.

Members

Functions

getEnabledComponentNames
string[] getEnabledComponentNames()

Returns a list of all enabled components, whether they're enabled explicitly or by default.

Variables

common
Component.CommonConfig common;

Configuration which applies to all components.

dmd
DMD.Config dmd;

Configuration for building the compiler.

enable
bool[string] enable;

Explicitly enable or disable a component.

website
Website.Config website;

Configuration for building the website.

Meta