PackageBuildCommand

Constructors

this
this()
Undocumented in source.

Members

Functions

prepare
void prepare(CommandArgs args)
Undocumented in source. Be warned that the author may not have intended to support it.
setupPackage
void setupPackage(Dub dub, string package_name)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_arch
string m_arch;
Undocumented in source.
m_buildConfig
string m_buildConfig;
Undocumented in source.
m_buildMode
BuildMode m_buildMode;
Undocumented in source.
m_buildPlatform
BuildPlatform m_buildPlatform;
Undocumented in source.
m_buildSettings
BuildSettings m_buildSettings;
Undocumented in source.
m_buildType
string m_buildType;
Undocumented in source.
m_compiler
Compiler m_compiler;
Undocumented in source.
m_compilerName
string m_compilerName;
Undocumented in source.
m_debugVersions
string[] m_debugVersions;
Undocumented in source.
m_defaultConfig
string m_defaultConfig;
Undocumented in source.
m_forceRemove
bool m_forceRemove;
Undocumented in source.
m_nodeps
bool m_nodeps;
Undocumented in source.

Inherited Members

From Command

name
string name;
Undocumented in source.
argumentsPattern
string argumentsPattern;
Undocumented in source.
description
string description;
Undocumented in source.
helpText
string[] helpText;
Undocumented in source.
acceptsAppArgs
bool acceptsAppArgs;
Undocumented in source.
hidden
bool hidden;
Undocumented in source.
skipDubInitialization
bool skipDubInitialization;
Undocumented in source.
prepare
void prepare(CommandArgs args)
Undocumented in source.
execute
int execute(Dub dub, string[] free_args, string[] app_args)
Undocumented in source.

Meta