|
|
|
build_manifest(self,
config)
Generate a manifest file from the a configuration. |
source code
|
|
|
|
|
create_command_list(self,
commands)
Convert a two dimensions array of command to a CommandList object. |
source code
|
|
|
writeTopLevel(self,
build_file_path,
output_path,
xml_file)
Creates a build tool config makefile that executes archieve build. |
source code
|
|
|
write(self,
outputname)
Creates a build tool configuration file that executes archive build operations. |
source code
|
|
Inherited from buildtools.PreBuilder :
writeBuildFile
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|