Name
SPVM::Builder::Config::Exe::MSVC - Configuration for Executable Files for MSVC
Description
SPVM::Builder::Config::Exe::MSVC managaes configurations for generating executable files for MSVC.
Usage
use SPVM::Builder::Config::Exe::MSVC;
my $config_global = SPVM::Builder::Config::Util::load_base_config(__FILE__);
$config_global = SPVM::Builder::Config::Exe::MSVC->new_with_config($config_global);
$config_global->init;
$config_global;
Super Class
Class Methods
new
my $config_global = SPVM::Builder::Config::Exe::MSVC->new(%fields);
Creates a new SPVM::Builder::Config::Exe::MSVC object by calling new method in the super class with %fields, and calls "init" method with %fields.
Instance Methods
init
$config_global->init(%fields);
Initialize this instance for MSVC compiler and linker.