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:
2906dc8
)
Fix from stable branch.
author
Dr. Stephen Henson
<steve@openssl.org>
Sun, 17 Apr 2005 13:59:36 +0000
(13:59 +0000)
committer
Dr. Stephen Henson
<steve@openssl.org>
Sun, 17 Apr 2005 13:59:36 +0000
(13:59 +0000)
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 17d7448fafc411d23d1bc7bf01b1afccd800512b..285b04b2e3cd8ce87fdf8bdc32f6c7432c951184 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-118,7
+118,7
@@
sub do_lib_rule
else
{
local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':'';
- $ex.=' wsock32.lib gdi32.lib advapi32.lib';
+ $ex.=' wsock32.lib gdi32.lib advapi32.lib
user32.lib
';
$ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
}
$ret.="\n";