1WXPERL_OVERLOAD(1)    User Contributed Perl Documentation   WXPERL_OVERLOAD(1)
2
3
4

NAME

6       wxperl_overload - create overload declarations for wxPerl extensions
7

SYNOPSIS

9           # usually invoked from Makefile
10           wxperl_overload <.cpp file> <.h file> files...
11
12           wxperl_overload <.cpp file> <.h file> file.lst
13

DOCUMENTATION

15       This script if usually invoked from an "ExtUtils::MakeMaker"-generated
16       file by using "WX_OVERLOAD" in Makefile.PL.
17
18       Scans the files given on the command line or listed in the .lst file
19       searching for wxPerl overload declarations.  Writes a .h file with
20       matching .cpp file containing the definition for wxPerl overload
21       constants.
22
23
24
25perl v5.30.1                      2020-01-30                WXPERL_OVERLOAD(1)
Impressum