Richard Levitte - VMS Whacker wrote: > Single threaded Static, non-debug - ??? (please help me out)
libc.lib (Compiler flag /ML) > Single threaded Static, debug - ??? (please help me out) libcd.lib (Compiler flag /MLd) > Multithreaded Static, non-debug - ??? (please help me out) libcmt.lib (compiler flag /MT) > Multithreaded Static, debug - ??? (please help me out) libcmtd.lib (compiler flag /MTd) Luckily this is the C run-time we're working with here, so we won't have to worry about iostream library versions, etc. :-) > I'd like your help to name the OpenSSL libraries. The idea I have > right now is the following (base names are 'osslc' for 'libcrypto', > 'ossls' for 'libssl', and one adds 's' for single-threaded or 'm' for > multithreaded, as well as 'd' when it's a debug build): Might I also request some kind of additional identifier that would help differing between actual static libraries and dll import libraries? I'm not too fussy about how to actually name the stuff, as long as a makefile could tell them apart. //oscar ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
