aboutsummaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-10 01:37:33 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-10 01:37:33 +0000
commit83ec54b40db08669377b6e5eaf2581d3aa91c57f (patch)
treef3337c8f91f1d9143755ac3c75ed8eb99760f061 /util/pl
parente476f4256a22b377b17cf23a5563e4c1dddd6740 (diff)
downloadopenssl-83ec54b40db08669377b6e5eaf2581d3aa91c57f.tar.gz
Make CC,CFLAG etc get passed to make links and various Win32 fixes.
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/VC-32.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl
index 9dca36b01b..8082d2ef3c 100644
--- a/util/pl/VC-32.pl
+++ b/util/pl/VC-32.pl
@@ -113,7 +113,7 @@ sub do_lib_rule
else
{
local($ex)=($target =~ /O_SSL/)?' $(L_CRYPTO)':'';
- $ex.=' wsock32.lib gdi32.lib';
+ $ex.=' wsock32.lib gdi32.lib advapi32.lib';
$ret.="\t\$(LINK) \$(MLFLAGS) $efile$target /def:ms/${Name}.def @<<\n \$(SHLIB_EX_OBJ) $objs $ex\n<<\n";
}
$ret.="\n";