Commit ec0bfca7 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Remove uidlg library from VC-32.pl, it is now bound at runtime.

parent 1cd504e7
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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/)