- add
void add(BuildSettings bs)
Undocumented in source. Be warned that the author may not have intended to support it.
- addCopyFiles
void addCopyFiles(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addDFlags
void addDFlags(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addDebugVersions
void addDebugVersions(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addImportFiles
void addImportFiles(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addImportPaths
void addImportPaths(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addLFlags
void addLFlags(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addLibs
void addLibs(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addLinkerFiles
void addLinkerFiles(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addOptions
void addOptions(BuildOption[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addOptions
void addOptions(BuildOptions value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPostBuildCommands
void addPostBuildCommands(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPostGenerateCommands
void addPostGenerateCommands(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPreBuildCommands
void addPreBuildCommands(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addPreGenerateCommands
void addPreGenerateCommands(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addRequirements
void addRequirements(BuildRequirement[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addRequirements
void addRequirements(BuildRequirements value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addSourceFiles
void addSourceFiles(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addStringImportFiles
void addStringImportFiles(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addStringImportPaths
void addStringImportPaths(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- addVersions
void addVersions(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- dup
BuildSettings dup()
Undocumented in source. Be warned that the author may not have intended to support it.
- prependDFlags
void prependDFlags(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- prependSourceFiles
void prependSourceFiles(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- prependStringImportPaths
void prependStringImportPaths(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeDFlags
void removeDFlags(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeOptions
void removeOptions(BuildOption[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeOptions
void removeOptions(BuildOptions value)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeSourceFiles
void removeSourceFiles(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
BuildPlatform specific settings, like needed libraries or additional include paths.