projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d658dd
)
PR: 1860
author
Dr. Stephen Henson
<steve@openssl.org>
Mon, 9 Mar 2009 12:14:08 +0000
(12:14 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Mon, 9 Mar 2009 12:14:08 +0000
(12:14 +0000)
Submitted by: Jurko Gospodneti <jurko.gospodnetic@docte.hr>
Reviewed by: steve@openss.org
Make Windows build more silent.
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index f5d0a04cfe253ec1126302670fd625bcbbea9014..85121c8ed1bee90de85c1b94ba800bb45c13b681 100644
(file)
--- 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';
}