Options

Undocumented in source.

Members

Functions

compilerVariables
string[] compilerVariables()
Undocumented in source. Be warned that the author may not have intended to support it.
dlangFile
string dlangFile()
Undocumented in source. Be warned that the author may not have intended to support it.
dup
Options dup()
Undocumented in source. Be warned that the author may not have intended to support it.
earlyExit
bool earlyExit()
Undocumented in source. Be warned that the author may not have intended to support it.
eraseProjectPath
string eraseProjectPath(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
finalize
void finalize(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
isJsonBuild
bool isJsonBuild()
Undocumented in source. Be warned that the author may not have intended to support it.
isScriptBuild
bool isScriptBuild()
Undocumented in source. Be warned that the author may not have intended to support it.
jsFile
string jsFile()
Undocumented in source. Be warned that the author may not have intended to support it.
luaFile
string luaFile()
Undocumented in source. Be warned that the author may not have intended to support it.
projectBuildFile
string projectBuildFile()
Undocumented in source. Be warned that the author may not have intended to support it.
pythonFile
string pythonFile()
Undocumented in source. Be warned that the author may not have intended to support it.
reggaeFileDependencies
string[] reggaeFileDependencies()
Undocumented in source. Be warned that the author may not have intended to support it.
reggaeFileLanguage
BuildLanguage reggaeFileLanguage(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
reggaeFileLanguage
BuildLanguage reggaeFileLanguage()
Undocumented in source. Be warned that the author may not have intended to support it.
reggaeFilePath
string reggaeFilePath()
Undocumented in source. Be warned that the author may not have intended to support it.
rerunArgs
const(string)[] rerunArgs()
Undocumented in source. Be warned that the author may not have intended to support it.
rubyFile
string rubyFile()
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

allAtOnce
bool allAtOnce;
Undocumented in source.
args
string[] args;
Undocumented in source.
backend
Backend backend;
Undocumented in source.
cCompiler
string cCompiler;
Undocumented in source.
cacheBuildInfo
bool cacheBuildInfo;
Undocumented in source.
cppCompiler
string cppCompiler;
Undocumented in source.
dCompiler
string dCompiler;
Undocumented in source.
dependencies
string[] dependencies;
Undocumented in source.
dflags
string dflags;
Undocumented in source.
dubLocalPackages
bool dubLocalPackages;
Undocumented in source.
export_
bool export_;
Undocumented in source.
help
bool help;
Undocumented in source.
isDubProject
bool isDubProject;
Undocumented in source.
noCompilationDB
bool noCompilationDB;
Undocumented in source.
noFetch
bool noFetch;
Undocumented in source.
oldNinja
bool oldNinja;
Undocumented in source.
perModule
bool perModule;
Undocumented in source.
projectPath
string projectPath;
Undocumented in source.
ranFromPath
string ranFromPath;
Undocumented in source.
userVars
string[string] userVars;
Undocumented in source.
verbose
bool verbose;
Undocumented in source.
version_
bool version_;
Undocumented in source.
workingDir
string workingDir;
Undocumented in source.

Meta