https://github.com/mozilla/gecko-dev
Revision af7d69cae694fb80b1c363a8f78ff88c4e261b89 authored by Mike Hommey on 26 May 2015, 06:48:21 UTC, committed by Mike Hommey on 26 May 2015, 06:48:21 UTC
When building with MOZ_CRT (which is more or less the default when
building on Windows with MSVC2013), building e.g. XPCOM components
requires linking against mozcrt.lib, so it needs to be shipped in
the SDK. On the other hand, mozglue.lib, which is currently shipped,
is not useful because it lacks the necessary hacks from mozcrt.lib
avoiding crashes for memory allocator mismatch.
1 parent 8cf2df4
History
Tip revision: af7d69cae694fb80b1c363a8f78ff88c4e261b89 authored by Mike Hommey on 26 May 2015, 06:48:21 UTC
Bug 1168291 - Install mozcrt.lib instead of mozglue.lib in the SDK. r=mshal, a=lmandel
Tip revision: af7d69c

README.txt

back to top