提交 53fc93dd 编写于 作者: R Richard Levitte

A few changes to BC-32.pl didn't get properly applied.

This completes PR 123
上级 17085b02
...@@ -18,7 +18,7 @@ $out_def="out32"; ...@@ -18,7 +18,7 @@ $out_def="out32";
$tmp_def="tmp32"; $tmp_def="tmp32";
$inc_def="inc32"; $inc_def="inc32";
#enable max error messages, disable most common warnings #enable max error messages, disable most common warnings
$cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 "; $cflags="-DWIN32_LEAN_AND_MEAN -q -w-aus -w-par -w-inl -c -tWC -tWM -DOPENSSL_SYSNAME_WIN32 -DL_ENDIAN -DDSO_WIN32 -D_stricmp=stricmp ";
if ($debug) if ($debug)
{ {
$cflags.="-Od -y -v -vi- -D_DEBUG"; $cflags.="-Od -y -v -vi- -D_DEBUG";
...@@ -51,9 +51,9 @@ $lfile=''; ...@@ -51,9 +51,9 @@ $lfile='';
$shlib_ex_obj=""; $shlib_ex_obj="";
$app_ex_obj="c0x32.obj"; $app_ex_obj="c0x32.obj";
$asm='n_o_T_a_s_m'; $asm='nasmw';
$asm.=" /Zi" if $debug; $asm.=" /Zi" if $debug;
$afile='/Fo'; $afile='-f obj -o';
$bn_mulw_obj=''; $bn_mulw_obj='';
$bn_mulw_src=''; $bn_mulw_src='';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册