Commit 395a6c69 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

PR: 1860

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

Make Windows build more silent.
parent 0d658ddf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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';
}