提交 edbcba6c 编写于 作者: R Richard Levitte

Don't force the use of GNU make with Borland C++ Builder. Contributed by Joon...

Don't force the use of GNU make with Borland C++ Builder.  Contributed by Joon Radley <jradley@vps.co.za>
上级 3bc90f23
......@@ -109,7 +109,7 @@ sub do_lib_rule
{
# $ret.="\t\$(RM) \$(O_$Name)\n";
$ret.="\techo LIB $<\n";
$ret.="\t\$(MKLIB) $lfile$target \$(addprefix +, $objs)\n";
$ret.="\t&\$(MKLIB) $lfile$target -+\$**\n";
}
else
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册