|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
build::Wx::build::Options(3) User Contributed Perl Documentation build::Wx::build::Options(3)
NAME
Wx::build::Options - retrieve wxWidgets/wxPerl build options
METHODS
get_makemaker_options
my %mm_options = Wx::build::Options->get_makemaker_options;
Returns options meaningful at wxPerl building time.
my %options = ( mksymlinks => 0,
extra_libs => '',
extra_cflags => '',
subdirs => { stc => 1,
xrc => 0 } )
write_config_file
my $ok = Wx::build::Options->write_config_file( '/path/to/file' );
Writes a machine-readable representation of command-line options given to top-level Makefile.PL
perl v5.8.8 2006-09-24 build::Wx::build::Options(3)
|
|