testing with openssl-0.9.7-stable-SNAP-20021203 ...

in util/pl/VC-32.pl there is a line
    $lib_cflag=" -D_WINDLL -D_DLL";
which causes problems if the /MT option in $cflags is changed to /MT
(solution is to remove the -D_DLL in this senario).

since according to the help for VC7, /MD also defines _DLL the -D_DLL is
unnecssary. (I think this is also the case in VC4-VC6)
therefore I suggest just removing the -D_DLL permantly, so if somebody
changes the /MD to /MT they dont have to spend ages working out why it
doesnt link.

Louis Solomon
www.SteelBytes.com

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to