Class: Rake::Delphi::BorlandResourceCompiler
- Inherits:
-
RCResourceCompiler
- Object
- BasicTask
- CustomExec
- CustomDelphiTool
- RCResourceCompiler
- Rake::Delphi::BorlandResourceCompiler
- Defined in:
- lib/rake/delphi/rc.rb
Constant Summary
Constants inherited from CustomDelphiTool
CustomDelphiTool::BDSRegRoot, CustomDelphiTool::DelphiRegRoot, CustomDelphiTool::EDSRegRoot, CustomDelphiTool::EmbarcaderoRegRoot
Class Method Summary collapse
Methods inherited from CustomDelphiTool
checkToolFailure, #delphidir, find, #initialize, #options, readDelphiDir, readUserOption, 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
14 15 16 |
# File 'lib/rake/delphi/rc.rb', line 14 def self.toolName 'bin/brcc32.exe' end |