MyWebUniversity.com Home Page
 



Darwin Mac OS X man pages main menu
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)
Darwin Mac OS X man pages main menu

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