MakeMaker magic to compile (when no dynamic loading)
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 6 Jun 2001 11:42:10 +0000 (11:42 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 6 Jun 2001 11:42:10 +0000 (11:42 +0000)
commit376b1d05dbf171472c0619bf63fc51913b729360
treef220bd223303e11ad172b0ce078ecd708e4aa42d
parent2090ab20212398e485f20cd7e50303dcd3601be7
MakeMaker magic to compile (when no dynamic loading)
List/Util.xsc as (ListUtil.c and) ListUtil.o since
POSIX-BC (BS2000) linker has an evil limitation of
being unable to include in the same executable several
object files with the same name - case-insensitively -
because otherwise we conflict with util.c.
Strictly speaking currently required only in POSIX-BC
but probably will do no harm elsewhere where static
linking is required.

p4raw-id: //depot/perl@10453
ext/List/Util/Makefile.PL