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;
m_print_builds
bool m_print_builds;
m_print_configs
bool m_print_configs;
Undocumented in source.
m_print_platform
bool m_print_platform;
Undocumented in source.
m_rdmd
bool m_rdmd;
Undocumented in source.
m_run
bool m_run;
Undocumented in source.

Inherited Members

From PackageBuildCommand

m_build_type
string m_build_type;
Undocumented in source.
m_build_config
string m_build_config;
Undocumented in source.
m_compiler_name
string m_compiler_name;
Undocumented in source.
m_arch
string m_arch;
Undocumented in source.
m_debug_versions
string[] m_debug_versions;
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.
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.

Meta