MyWebUniversity.com Home Page
 



Darwin Mac OS X man pages main menu
build::Wx::build::ConfUser)Contributed Perl Documenbuild::Wx::build::Config(3)



NAME
       Wx::build::Config - configuration information about wxWidgets/wxPerl

METHODS
       new

         my $cfg = Wx::build::Config->new( unicode           => 0,
                                           debug             => 0,
                                           getsavedoptions => 1,
                                           core              => 0,
                                           static            => 0,
                                          );

       wxconfig

         my $string = $cfg->wxconfig( 'cxx' );

       getapidirectory

         my $dir = $cfg->getapidirectory;

       getarchdirectory

         my $dir = $cfg->getarchdirectory;

       getflags

         my %flags = $cfg->getflags;

       getcontriblib

         my $libstring = $cfg->getcontriblib( 'stc' );

       DEPRECATED as of wxPerl 00.16.

       getcorelib

         my $libstring = $cfg->getcorelib( 'stc', 'core', 'base' );

       getwxversion

         my $version = $cfg->getwxversion();

       getwxplatform

         my $platform = $cfg->getwxplatform();

       packagename

         my $package = Wx::build::Config->getpackage;

       mergeconfig

         my %config = Wx::build::Config->mergeconfig( \%makemakercfg, \%wxcfg );

       Merges the configuration options given as arguments, trying to DTRT.



perl v5.8.6                       2004-02-28       build::Wx::build::Config(3)
Darwin Mac OS X man pages main menu

Contact us      |       About us      |       Term of use      |       Copyright © 2000-2010 MyWebUniversity.com ™