Class: MxxRu::Cpp::Toolsets::Bcc5

Inherits:
BccWin32Family
  • Object
show all
Defined in:
lib/mxx_ru/cpp/toolsets/bcc_win32_5.rb

Overview

Toolset implemetation for Borland C++ 5.*

Instance Method Summary collapse

Methods inherited from BccWin32Family

#clean_dll_specific_files, #clean_exe_specific_files, #compiler_name, #dll_file_name, #exe_file_name, #implib_link_name, #implib_link_path, #import_librarian_name, #lib_file_name, #lib_link_name, #librarian_name, #linker_name, #make_c_obj_command_lines, #make_cpp_obj_command_lines, #make_dll_command_lines, #make_dll_requirements, #make_exe_command_lines, #make_lib_command_lines, #make_mswin_res_command_lines, #mswin_res_file_name, #obj_file_ext, #rc_name, #setup_mandatory_options

Constructor Details

#initialize(a_name = "bcc") ⇒ Bcc5

Returns a new instance of Bcc5.



38
39
40
41
42
43
# File 'lib/mxx_ru/cpp/toolsets/bcc_win32_5.rb', line 38

def initialize( a_name = "bcc" )
  super( a_name )

  setup_tag( "ver_hi", "5" )
  setup_tag( "ver_lo", "6" )
end