Sponsor:

Your company here, and a link to your site. Click to find out more.

wxperl_overload - Man Page

create overload declarations for wxPerl extensions

Synopsis

    # usually invoked from Makefile
    wxperl_overload <.cpp file> <.h file> files...

    wxperl_overload <.cpp file> <.h file> file.lst

Documentation

This script if usually invoked from an ExtUtils::MakeMaker-generated file by using WX_OVERLOAD in Makefile.PL.

Scans the files given on the command line or listed in the .lst file searching for wxPerl overload declarations.  Writes a .h file with matching .cpp file containing the definition for wxPerl overload constants.

Info

2024-01-30 perl v5.38.2 User Contributed Perl Documentation