GenerateCommand

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

execute
int execute(Dub dub, string[] free_args, string[] app_args)
Undocumented in source. Be warned that the author may not have intended to support it.
prepare
void prepare(CommandArgs args)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_combined
bool m_combined;
Undocumented in source.
m_force
bool m_force;
Undocumented in source.
m_generator
string m_generator;
Undocumented in source.
m_parallel
bool m_parallel;
m_printBuilds
bool m_printBuilds;
m_printConfigs
bool m_printConfigs;
Undocumented in source.
m_printPlatform
bool m_printPlatform;
Undocumented in source.
m_rdmd
bool m_rdmd;
Undocumented in source.
m_run
bool m_run;
Undocumented in source.
m_tempBuild
bool m_tempBuild;
Undocumented in source.

Inherited Members

From PackageBuildCommand

m_buildType
string m_buildType;
Undocumented in source.
m_buildMode
BuildMode m_buildMode;
Undocumented in source.
m_buildConfig
string m_buildConfig;
Undocumented in source.
m_compilerName
string m_compilerName;
Undocumented in source.
m_arch
string m_arch;
Undocumented in source.
m_debugVersions
string[] m_debugVersions;
Undocumented in source.
m_overrideConfigs
string[] m_overrideConfigs;
Undocumented in source.
m_compiler
Compiler m_compiler;
Undocumented in source.
m_buildPlatform
BuildPlatform m_buildPlatform;
Undocumented in source.
m_buildSettings
BuildSettings m_buildSettings;
Undocumented in source.
m_defaultConfig
string m_defaultConfig;
Undocumented in source.
m_nodeps
bool m_nodeps;
Undocumented in source.
m_forceRemove
bool m_forceRemove;
Undocumented in source.
m_single
bool m_single;
Undocumented in source.
m_filterVersions
bool m_filterVersions;
Undocumented in source.
prepare
void prepare(CommandArgs args)
Undocumented in source. Be warned that the author may not have intended to support it.
setupVersionPackage
void setupVersionPackage(Dub dub, string str_package_info, string default_build_type)
Undocumented in source. Be warned that the author may not have intended to support it.
setupPackage
void setupPackage(Dub dub, string package_name, string default_build_type, string ver)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta