Help for this page

Select Code to Download


  1. or download this
    Alien-wxWidgets-0.69\inc\My\Build\Win32.pm
    
    sub build_wxwidgets {
    ...
        my $mslu = $self->awx_mslu   ? 'MSLU=1'      : 'MSLU=0';
        my $dbg = $self->awx_debug   ? 'BUILD=debug' : 'BUILD=release';
        my $opt = join ' ', $uni, $mslu, $dbg, 'SHARED=1', 'SHELL=cmd.exe'
    +;
    
  2. or download this
    Alien-wxWidgets-0.69\inc\My\Build\Win32.pm
    sub massage_environment {
    ...
    
        }
    }