Cosmetic change

This commit is contained in:
Richard Levitte 2002-11-04 06:26:37 +00:00
parent bff1567623
commit 86e8b56ac4

View File

@ -51,9 +51,9 @@ $lfile='';
$shlib_ex_obj="";
$app_ex_obj="c0x32.obj";
$asm='nasmw';
$asm='nasmw -f obj';
$asm.=" /Zi" if $debug;
$afile='-f obj -o';
$afile='-o';
$bn_mulw_obj='';
$bn_mulw_src='';