Remove uidlg library from VC-32.pl, it is now bound at runtime.
This commit is contained in:
parent
1cd504e7be
commit
ec0bfca7e7
@ -155,7 +155,6 @@ if ($FLAVOR =~ /CE/)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$ex_libs.=' gdi32.lib advapi32.lib crypt32.lib user32.lib';
|
$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/);
|
$ex_libs.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
|
||||||
# WIN32 UNICODE build gets linked with unicows.lib for
|
# WIN32 UNICODE build gets linked with unicows.lib for
|
||||||
# backward compatibility with Win9x.
|
# backward compatibility with Win9x.
|
||||||
@ -295,10 +294,6 @@ sub do_lib_rule
|
|||||||
if ($target =~ /capi/)
|
if ($target =~ /capi/)
|
||||||
{
|
{
|
||||||
$ex.=' crypt32.lib advapi32.lib';
|
$ex.=' crypt32.lib advapi32.lib';
|
||||||
if ($cflags =~ /-DOPENSSL_CAPIENG_DIALOG/)
|
|
||||||
{
|
|
||||||
$ex.=' cryptui.lib';
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif ($FLAVOR =~ /CE/)
|
elsif ($FLAVOR =~ /CE/)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user