NASM has recently changed name of win32 pre-compiled binary [from HEAD].

PR: 1627
This commit is contained in:
Andy Polyakov 2008-01-03 17:14:25 +00:00
parent 518af4e3ae
commit 16241f0ea4

View File

@ -160,6 +160,10 @@ $lfile='/out:';
$shlib_ex_obj="";
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
if ($nasm) {
my $ver=`nasm -v`;
my $vew=`nasmw -v`;
# pick newest version
$asm=($ver gt $vew?"nasm":"nasmw")." -f win32";
$asm='nasmw -f win32';
$afile='-o ';
} else {