dub.generators.generator

Generator for project files

Members

Classes

ProjectGenerator
class ProjectGenerator

Common interface for project generators/builders.

Enums

BuildMode
enum BuildMode

Determines the mode in which the compiler and linker are invoked.

Functions

createProjectGenerator
ProjectGenerator createProjectGenerator(string generator_type, Project project)

Creates a project generator of the given type for the specified project.

runBuildCommands
void runBuildCommands(string[] commands, BuildSettings build_settings)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

GeneratorSettings
struct GeneratorSettings
Undocumented in source.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Matthias Dondorff