Update from stable branch.

This commit is contained in:
Dr. Stephen Henson
2009-03-09 12:30:10 +00:00
parent 4df100935f
commit c836f8ef73
2 changed files with 7 additions and 2 deletions

View File

@@ -162,7 +162,7 @@ else
}
# static library stuff
$mklib='lib';
$mklib='lib /nologo';
$ranlib='';
$plib="";
$libp=".lib";
@@ -193,7 +193,7 @@ if ($FLAVOR =~ /WIN64A/) {
$asmtype="win32n";
$afile='-o ';
} else {
$asm='ml /Cp /coff /c /Cx';
$asm='ml /nologo /Cp /coff /c /Cx';
$asm.=" /Zi" if $debug;
$afile='/Fo';
$asmtype="win32";