On Tue, 2006-02-14 at 18:34 -0500, [EMAIL PROTECTED] wrote:
> 
> I hate windows. 
> 
> I downloaded the libxml2 latest release (2.6.23) binaries from
> http://www.zlatkovic.com/libxml.en.html.  I can't seem to tell if they
> are compiled with /MD or /MT.  If anyone can give me a clue it would
> be appreciated.  If there is a better board to ask on, please drop
> that as well and I'll try there. 

It's compiled with /MD (MD = Multithreaded DLL).
/MD is default by the way. In win32/configure.js you'll find:
var cruntime = "/MD";

If /MD was used then a "dumpbin /dependents libxml2.dll"
will include the MSVCRT.dll:

KERNEL32.dll
zlib1.dll
iconv.dll
WSOCK32.dll
MSVCRT.dll

MS compiler options:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore/html/_core_.2f.MD.2c_2f.ML.2c_2f.MT.2c_2f.LD.asp

Regards,

Kasimier
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
xml@gnome.org
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to