class MxxRu::Cpp::Mswin_res_info
Class, describing mswin-res-info.
Attributes
file_name[R]
path[R]
Public Class Methods
new( a_file_name, a_path )
click to toggle source
Calls superclass method
MxxRu::Cpp::TargetWithFullPath::new
# File lib/mxx_ru/cpp/toolset.rb, line 76 def initialize( a_file_name, a_path ) super( a_file_name, a_path ) # File name of mswin-res-file without a folder. @file_name = a_file_name # Folder where mswin-res-file should be. @path = a_path end