This commit is contained in:
Andy Polyakov 2008-01-03 17:15:20 +00:00
parent 16241f0ea4
commit e84b0d709b

View file

@ -164,7 +164,6 @@ if ($nasm) {
my $vew=`nasmw -v`;
# pick newest version
$asm=($ver gt $vew?"nasm":"nasmw")." -f win32";
$asm='nasmw -f win32';
$afile='-o ';
} else {
$asm='ml /Cp /coff /c /Cx';