Make WIN32 static builds work again.

This commit is contained in:
Dr. Stephen Henson 2011-04-02 16:51:04 +00:00
parent e512375186
commit 3b5c1dc565

View File

@ -306,6 +306,7 @@ sub do_lib_rule
if (!$shlib)
{
# $ret.="\t\$(RM) \$(O_$Name)\n";
$ret.="$target: $objs\n";
$ret.="\t\$(MKLIB) $lfile$target @<<\n $objs\n<<\n";
}
else