From 395a6c69bda18dc8111d73e08ad771ec9fc5ed78 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 9 Mar 2009 12:14:08 +0000 Subject: [PATCH] PR: 1860 Submitted by: Jurko Gospodneti Reviewed by: steve@openss.org Make Windows build more silent. --- util/pl/VC-32.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index f5d0a04cf..85121c8ed 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -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'; }