From: Dr. Stephen Henson Date: Thu, 5 Jun 2008 23:42:04 +0000 (+0000) Subject: Remove uidlg library from VC-32.pl, it is now bound at runtime. X-Git-Tag: OpenSSL_0_9_8k^2~323 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=ec0bfca7e771e08a09c0be307ec56427e0f8461b;hp=1cd504e7bea3c7197e89864f7689b52da497d9a3;ds=sidebyside Remove uidlg library from VC-32.pl, it is now bound at runtime. --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index cd9dbd45a9..a20e73566b 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -155,7 +155,6 @@ if ($FLAVOR =~ /CE/) else { $ex_libs.=' gdi32.lib advapi32.lib crypt32.lib user32.lib'; - $ex_libs.=' cryptui.lib' if $cflags =~ /-DOPENSSL_CAPIENG_DIALOG/; $ex_libs.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/); # WIN32 UNICODE build gets linked with unicows.lib for # backward compatibility with Win9x. @@ -295,10 +294,6 @@ sub do_lib_rule if ($target =~ /capi/) { $ex.=' crypt32.lib advapi32.lib'; - if ($cflags =~ /-DOPENSSL_CAPIENG_DIALOG/) - { - $ex.=' cryptui.lib'; - } } } elsif ($FLAVOR =~ /CE/)