I'm searching for a way to compile mozilla on Windows using the static
version of the C run time library (libcmt.lib, compiler option -MT)
instead of the one which is used normally (msvcrt.lib, with the option -MD).
My problem is that I have also other libraries in my project which use
the static version and I cannot change their way of compiling/linking.
Any Ideas?
I first tried the options --enable-static then --disable-md as well as
--disable-auto-deps but all of them do not seem to do what I want:
everything is still compiled with the -MD compiler option.
Thank you
Enrico
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding