Subject: | Win32 compatibility patch |
Please add the enclosed file MSWin32.pl to <distribution_root_dir>/hints/MSWin32.pl
It will enable correct build on MS Windows platform (with both GCC and MSVC compiler)
--
kmx
It will enable correct build on MS Windows platform (with both GCC and MSVC compiler)
--
kmx
Subject: | MSWin32.pl |
use Config;
$self->{LIBS} = ['-llibeay32'] if $Config{cc} =~ /cl/;
$self->{LIBS} = ['-leay32'] if $Config{cc} =~ /gcc/;