提交 3b5c1dc5 编写于 作者: D Dr. Stephen Henson

Make WIN32 static builds work again.

上级 e5123751
...@@ -306,6 +306,7 @@ sub do_lib_rule ...@@ -306,6 +306,7 @@ sub do_lib_rule
if (!$shlib) if (!$shlib)
{ {
# $ret.="\t\$(RM) \$(O_$Name)\n"; # $ret.="\t\$(RM) \$(O_$Name)\n";
$ret.="$target: $objs\n";
$ret.="\t\$(MKLIB) $lfile$target @<<\n $objs\n<<\n"; $ret.="\t\$(MKLIB) $lfile$target @<<\n $objs\n<<\n";
} }
else else
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册