BuildSettings

BuildPlatform specific settings, like needed libraries or additional include paths.

Members

Functions

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.
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(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.
removeDFlags
void removeDFlags(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
removeImportFiles
void removeImportFiles(string[] 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.

Variables

copyFiles
string[] copyFiles;
Undocumented in source.
debugVersions
string[] debugVersions;
Undocumented in source.
dflags
string[] dflags;
Undocumented in source.
importFiles
string[] importFiles;
Undocumented in source.
importPaths
string[] importPaths;
Undocumented in source.
lflags
string[] lflags;
Undocumented in source.
libs
string[] libs;
Undocumented in source.
mainSourceFile
string mainSourceFile;
Undocumented in source.
options
BuildOptions options;
Undocumented in source.
postBuildCommands
string[] postBuildCommands;
Undocumented in source.
postGenerateCommands
string[] postGenerateCommands;
Undocumented in source.
preBuildCommands
string[] preBuildCommands;
Undocumented in source.
preGenerateCommands
string[] preGenerateCommands;
Undocumented in source.
requirements
BuildRequirements requirements;
Undocumented in source.
sourceFiles
string[] sourceFiles;
Undocumented in source.
stringImportFiles
string[] stringImportFiles;
Undocumented in source.
stringImportPaths
string[] stringImportPaths;
Undocumented in source.
targetName
string targetName;
Undocumented in source.
targetPath
string targetPath;
Undocumented in source.
targetType
TargetType targetType;
Undocumented in source.
versions
string[] versions;
Undocumented in source.
workingDirectory
string workingDirectory;
Undocumented in source.

Meta