README revision 6b15695578f07a3f72c4c9475c1a261a3021472a
//#########################################################################
//# $Id$
//#########################################################################
See:
for more information.
The source is unchanged from Mozilla.org's distribution with
the minor difference:
Line 142 in jstypes.h:
#if defined(_WIN32) && !defined(__MWERKS__)
is modified to
#if defined(_WIN32) && !defined(__MWERKS__) && !defined(__GNUC__)
to allow for static linking in Mingw on Win32.