NASM has recently changed name of win32 pre-compiled binary.
PR: 1627
This commit is contained in:
parent
96fc37f145
commit
82a2431327
@ -163,7 +163,10 @@ $lfile='/out:';
|
|||||||
$shlib_ex_obj="";
|
$shlib_ex_obj="";
|
||||||
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
|
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
|
||||||
if ($nasm) {
|
if ($nasm) {
|
||||||
$asm='nasmw -f win32';
|
my $ver=`nasm -v`;
|
||||||
|
my $vew=`nasmw -v`;
|
||||||
|
# pick newest version
|
||||||
|
$asm=($ver gt $vew?"nasm":"nasmw")." -f win32";
|
||||||
$afile='-o ';
|
$afile='-o ';
|
||||||
} else {
|
} else {
|
||||||
$asm='ml /Cp /coff /c /Cx';
|
$asm='ml /Cp /coff /c /Cx';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user