Cosmetic change
This commit is contained in:
parent
c752563e43
commit
e85cbdad7a
1 changed files with 2 additions and 2 deletions
|
@ -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='';
|
||||
|
|
Loading…
Reference in a new issue