class MxxRu::Cpp::Toolsets::Gcc_cygwin
Toolset
implemetation for GCC compiler for Cygwin.
Public Class Methods
new( a_name = "gcc" )
click to toggle source
Calls superclass method
MxxRu::Cpp::Toolsets::GccFamily::new
# File lib/mxx_ru/cpp/toolsets/gcc_cygwin.rb, line 38 def initialize( a_name = "gcc" ) super( a_name ) setup_tag( GCC_PORT_TAG, GCC_PORT_CYGWIN ) setup_tag( "host_os", "unix" ) setup_tag( "target_os", "unix" ) setup_tag( "unix_port", "cygwin" ) end