Update from head.

This commit is contained in:
Dr. Stephen Henson 2005-11-07 00:23:37 +00:00
parent 282557da52
commit 914b80d276

View file

@ -257,7 +257,9 @@ sub do_lib_rule
{
local($ex)=($target =~ /O_CRYPTO/)?'':' $(L_CRYPTO)';
if ($name eq "")
{}
{
$ex.=' bufferoverflowu.lib' if ($FLAVOR =~ /WIN64/);
}
elsif ($FLAVOR =~ /CE/)
{
$ex.=' winsock.lib $(WCECOMPAT)/lib/wcecompatex.lib';