build::Wx::build::OptiUser3Contributed Perl Documebuild::Wx::build::Options(3)
NAME
Wx::build::Options - retrieve wxWidgets/wxPerl build options
METHODS
getoptions
my %options = Wx::build::Options->getoptions( $from );
Valid values for $from are 'commandline' and 'saved'.
%options = ( unicode => 0,
static => 0,
debug => 0,
);
getmakemakeroptions
my %mmoptions = Wx::build::Options->getmakemakeroptions;
Returns options meaningful at wxPerl building time.
my %options = ( mksymlinks => 0,
extralibs => '',
extracflags => '',
subdirs => { stc => 1,
xrc => 0 } )
writeconfigfile
my $ok = Wx::build::Options->writeconfigfile( '/path/to/file' );
Writes a machine-readable representation of command-line options given
to top-level Makefile.PL
perl v5.8.6 2004-02-28 build::Wx::build::Options(3)
|