Class: MxxRu::Cpp::DllTargetType

Inherits:
TargetType show all
Defined in:
lib/mxx_ru/cpp/target.rb

Overview

Target type is shared library (dll).

Constant Summary collapse

TYPE =
"dll"

Instance Method Summary collapse

Instance Method Details

#nameObject



387
388
389
# File 'lib/mxx_ru/cpp/target.rb', line 387

def name
  return TYPE
end