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

Add missing semicolon.

Submitted by: Janez Jere <jj@void.si>
上级 fb3214f9
......@@ -18,9 +18,9 @@ $mlflags='';
$out_def="out32";
$tmp_def="tmp32";
$inc_def="inc32";
#enable max error messages, disable most common errors, and be quiet
#enable max error messages, disable most common warnings
$cflags="-j255 -w-aus -w-par -w-inl -c -tWC -tWM -DWINDOWS -DWIN32 -DL_ENDIAN ";
$dcflags='n'
$dcflags='n';
if ($debug)
{
$cflags.="-Od -y -v -vi- -D_DEBUG";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册