Remove uidlg library from VC-32.pl, it is now bound at runtime.
authorDr. Stephen Henson <steve@openssl.org>
Thu, 5 Jun 2008 23:42:04 +0000 (23:42 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 5 Jun 2008 23:42:04 +0000 (23:42 +0000)
util/pl/VC-32.pl

index cd9dbd45a97515a86c7ea62f47449c09793bde48..a20e73566b14a66f71129c36b7d3144546eaec25 100644 (file)
@@ -155,7 +155,6 @@ if ($FLAVOR =~ /CE/)
 else
        {
        $ex_libs.=' gdi32.lib advapi32.lib crypt32.lib user32.lib';
 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.
        $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 ($target =~ /capi/)
                                {
                                $ex.=' crypt32.lib advapi32.lib';
-                               if ($cflags =~ /-DOPENSSL_CAPIENG_DIALOG/)
-                                       {
-                                       $ex.=' cryptui.lib';
-                                       }
                                }
                        }
                elsif ($FLAVOR =~ /CE/)
                                }
                        }
                elsif ($FLAVOR =~ /CE/)