BuildGenerator

Undocumented in source.

Constructors

this
this(Project app, PackageManager mgr)
Undocumented in source.

Members

Functions

buildWithCompiler
void buildWithCompiler(GeneratorSettings settings, BuildSettings buildsettings)
Undocumented in source. Be warned that the author may not have intended to support it.
cleanupTemporaries
void cleanupTemporaries()
Undocumented in source. Be warned that the author may not have intended to support it.
generateTargets
void generateTargets(GeneratorSettings settings, TargetInfo[string] targets)
Undocumented in source. Be warned that the author may not have intended to support it.
performCachedBuild
void performCachedBuild(GeneratorSettings settings, BuildSettings buildsettings, Package pack, string config, string build_id)
Undocumented in source. Be warned that the author may not have intended to support it.
performDirectBuild
void performDirectBuild(GeneratorSettings settings, BuildSettings buildsettings, Package pack, string config)
Undocumented in source. Be warned that the author may not have intended to support it.
performRDMDBuild
void performRDMDBuild(GeneratorSettings settings, BuildSettings buildsettings, Package pack, string config)
Undocumented in source. Be warned that the author may not have intended to support it.
runTarget
void runTarget(Path exe_file_path, BuildSettings buildsettings, string[] run_args)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ProjectGenerator

TargetInfo
struct TargetInfo
Undocumented in source.
m_project
Project m_project;
Undocumented in source.
generate
void generate(GeneratorSettings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
generateTargets
void generateTargets(GeneratorSettings settings, TargetInfo[string] targets)
Undocumented in source.

Meta