summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-03-09 12:14:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-03-09 12:14:08 +0000
commit395a6c69bda18dc8111d73e08ad771ec9fc5ed78 (patch)
tree4fa7828d380aaedf8f2e661806cec8980e1360d0 /util
parent0d658ddf25aef6c5570dc98089942b7a2a0ce20b (diff)
PR: 1860
Submitted by: Jurko Gospodneti <jurko.gospodnetic@docte.hr> Reviewed by: steve@openss.org Make Windows build more silent.
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-32.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index f5d0a04cfe..85121c8ed1 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';
}