提交 6e2dad1c 编写于 作者: U Ulf Möller

"Andrew W. Gray" <agray@iconsinc.com> says /GD is no longer a valid

compiler switch.
上级 2c0d1012
...@@ -92,7 +92,7 @@ if ($shlib) ...@@ -92,7 +92,7 @@ if ($shlib)
{ {
$mlflags.=" $lflags /dll"; $mlflags.=" $lflags /dll";
# $cflags =~ s| /MD| /MT|; # $cflags =~ s| /MD| /MT|;
$lib_cflag=" /GD -D_WINDLL -D_DLL"; $lib_cflag=" -D_WINDLL -D_DLL";
$out_def="out32dll"; $out_def="out32dll";
$tmp_def="tmp32dll"; $tmp_def="tmp32dll";
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册