Loading util/pl/BC-32.pl +3 −3 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ $efile=""; $exep='.exe'; if ($no_sock) { $ex_libs=""; } else { $ex_libs="cw32mt.lib import32.lib"; } else { $ex_libs="cw32mt.lib import32.lib crypt32.lib ws2_32.lib"; } # static library stuff $mklib='tlib /P64'; Loading @@ -51,8 +51,8 @@ $lfile=''; $shlib_ex_obj=""; $app_ex_obj="c0x32.obj"; $asm='nasmw -f obj -d__omf__'; $asm.=" /Zi" if $debug; $asm=(`nasm -v 2>NUL` ge `nasmw -v 2>NUL`?"nasm":"nasmw")." -f obj -d__omf__"; $asm.=" -g" if $debug; $afile='-o'; $bn_mulw_obj=''; Loading Loading
util/pl/BC-32.pl +3 −3 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ $efile=""; $exep='.exe'; if ($no_sock) { $ex_libs=""; } else { $ex_libs="cw32mt.lib import32.lib"; } else { $ex_libs="cw32mt.lib import32.lib crypt32.lib ws2_32.lib"; } # static library stuff $mklib='tlib /P64'; Loading @@ -51,8 +51,8 @@ $lfile=''; $shlib_ex_obj=""; $app_ex_obj="c0x32.obj"; $asm='nasmw -f obj -d__omf__'; $asm.=" /Zi" if $debug; $asm=(`nasm -v 2>NUL` ge `nasmw -v 2>NUL`?"nasm":"nasmw")." -f obj -d__omf__"; $asm.=" -g" if $debug; $afile='-o'; $bn_mulw_obj=''; Loading