1build::Wx::build::OptioUnsse(r3)Contributed Perl Documenbtuaitlido:n:Wx::build::Options(3)
2
3
4
6 Wx::build::Options - retrieve wxWidgets/wxPerl build options
7
9 get_makemaker_options
10 my %mm_options = Wx::build::Options->get_makemaker_options;
11
12 Returns options meaningful at wxPerl building time.
13
14 my %options = ( mksymlinks => 0,
15 extra_libs => '',
16 extra_cflags => '',
17 subdirs => { stc => 1,
18 xrc => 0 } )
19
20 write_config_file
21 my $ok = Wx::build::Options->write_config_file( '/path/to/file' );
22
23 Writes a machine-readable representation of command-line options given
24 to top-level Makefile.PL
25
26
27
28perl v5.38.0 2023-07-21 build::Wx::build::Options(3)