VC-32.pl: update from HEAD.

This commit is contained in:
Andy Polyakov 2009-04-27 19:32:13 +00:00
parent 004c3ca521
commit 57b53c1b0a

View File

@ -173,7 +173,7 @@ $shlib_ex_obj="";
$app_ex_obj="setargv.obj" if ($FLAVOR !~ /CE/);
if ($FLAVOR =~ /WIN64A/) {
if (`nasm -v` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) {
$asm='nasm -f win64';
$asm='nasm -f win64 -DNEAR -Ox';
$asm.=' -g' if $debug;
$afile='-o ';
} else {