aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-03-09 12:30:10 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-03-09 12:30:10 +0000
commitc836f8ef73c497d733be3cb9d57fc47734f99b0a (patch)
tree17af754f7b719f0a7f60b4f27e3469df9454bcf4 /util
parent4df100935f185476c4e84a68d0d5782377a46332 (diff)
downloadopenssl-c836f8ef73c497d733be3cb9d57fc47734f99b0a.tar.gz
Update from stable branch.
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 a20e73566b..d16ec7877a 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -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";