Name
SPVM::Builder::Config::DLL - Configuration for Dynamic Link Libraries
Description
SPVM::Builder::Config::DLL is a class to manage configurations for generating dynamic link libraries.
This class inherits from SPVM::Builder::Config::Global and sets the output_type field to dynamic_lib by default.
Inheritance
SPVM::Builder::Config::Global <- SPVM::Builder::Config <- SPVM::Builder::Config::Linker <- SPVM::Builder::Config::Base
Methods
new
my $config = SPVM::Builder::Config::DLL->new(%options);
Creates a new SPVM::Builder::Config::DLL object. The output_type field is set to dynamic_lib.