Submitted by: Jurko Gospodneti <jurko.gospodnetic@docte.hr>
Reviewed by: steve@openss.org

Make Windows build more silent.
This commit is contained in:
Dr. Stephen Henson 2009-03-09 12:14:08 +00:00
parent 0d658ddf25
commit 395a6c69bd

View File

@ -164,7 +164,7 @@ if ($FLAVOR =~ /NT/)
$ex_libs="unicows.lib $ex_libs";
}
# static library stuff
$mklib='lib';
$mklib='lib /nologo';
$ranlib='';
$plib="";
$libp=".lib";
@ -184,7 +184,7 @@ if ($nasm) {
$asm.=' /Zi' if $debug;
$afile='/Fo';
} else {
$asm='ml /Cp /coff /c /Cx';
$asm='ml /nologo /Cp /coff /c /Cx';
$asm.=" /Zi" if $debug;
$afile='/Fo';
}