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:
e512375
)
Make WIN32 static builds work again.
author
Dr. Stephen Henson
<steve@openssl.org>
Sat, 2 Apr 2011 16:51:04 +0000
(16:51 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sat, 2 Apr 2011 16:51:04 +0000
(16:51 +0000)
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 76f85c3819669eb75df8894e60974f20e92a0121..9c674d4eed862dd66b6885b31b4d3eb4396286dd 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-306,6
+306,7
@@
sub do_lib_rule
if (!$shlib)
{
# $ret.="\t\$(RM) \$(O_$Name)\n";
+ $ret.="$target: $objs\n";
$ret.="\t\$(MKLIB) $lfile$target @<<\n $objs\n<<\n";
}
else