One of Win64 rules lacked bufferoverflowu.lib.

This commit is contained in:
Andy Polyakov 2005-11-06 22:41:13 +00:00
parent bd2abcae37
commit b1e0ccbaa8

View File

@ -260,7 +260,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';