Hi,
Now that I've had time to check, all that seems to be needed is, in Extutils-Liblist-Kid-6.50, replace
$_ .= $libext if !/\Q$libext\E$/i;
with
$_ .= $libext if !/\Q$libext\E$/i && !/\.lib$/i;
After that, ExtUtils-Makemaker-6.50 seems fine.
I'll submit a bug report about this (unless it's already been reported
and/or fixed), asking that the change be put into the next release.
Cheers,Rob
