Class: Rake::Delphi::DccARMTool
- Inherits:
-
Dcc32Tool
- Object
- BasicTask
- CustomExec
- CustomDelphiTool
- Dcc32Tool
- Rake::Delphi::DccARMTool
- Defined in:
- lib/rake/delphi/dccaarmtool.rb
Constant Summary
Constants inherited from CustomDelphiTool
CustomDelphiTool::BDSRegRoot, CustomDelphiTool::DelphiRegRoot, CustomDelphiTool::EDSRegRoot, CustomDelphiTool::EmbarcaderoRegRoot
Instance Attribute Summary
Attributes inherited from Dcc32Tool
Class Method Summary collapse
Instance Method Summary collapse
Methods inherited from Dcc32Tool
#delphidir, #delphilib, #init_env, #readLibraryPaths
Methods inherited from CustomDelphiTool
checkToolFailure, #delphidir, find, #initialize, readDelphiDir, readUserOption, #regroot, reinit, rootForVersion, #toolpath, #version, version4version, #versionInfoClass
Methods inherited from CustomExec
Methods inherited from BasicTask
Constructor Details
This class inherits a constructor from Rake::Delphi::CustomDelphiTool
Class Method Details
.toolName ⇒ Object
10 11 12 |
# File 'lib/rake/delphi/dccaarmtool.rb', line 10 def self.toolName 'bin/dccaarm.exe' end |
Instance Method Details
#options ⇒ Object
14 15 16 |
# File 'lib/rake/delphi/dccaarmtool.rb', line 14 def return Android::DCC32SDKOptions.new. end |