The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

buildext.pl - build extensions

SYNOPSIS

buildext.pl make [-make_opts] dep directory [target] !ext1 !ext2

E.g.

buildext.pl nmake -nologo perldll.def ..\ext

buildext.pl nmake -nologo perldll.def ..\ext clean

buildext.pl dmake perldll.def ..\ext

buildext.pl dmake perldll.def ..\ext clean

Will skip building extensions which are marked with an '!' char. Mostly because they still not ported to specified platform.