blob: 5eda5a35d1a5e32e4ab58992b33c8634dc83fd28 (
plain)
1
2
3
4
5
6
7
8
9
|
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'OS2::REXX',
VERSION => '0.21',
MAN3PODS => ' ', # Pods will be built by installman.
XSPROTOARG => '-noprototypes',
PERL_MALLOC_OK => 1,
);
|