class MxxRu::Cpp::Toolsets::Bcc5
Toolset
implemetation for Borland C++ 5.*
Public Class Methods
new( a_name = "bcc" )
click to toggle source
Calls superclass method
MxxRu::Cpp::Toolsets::BccWin32Family::new
# 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