summaryrefslogtreecommitdiffstats
path: root/src/extension/script/js/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/script/js/README')
-rw-r--r--src/extension/script/js/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/extension/script/js/README b/src/extension/script/js/README
new file mode 100644
index 000000000..cca453245
--- /dev/null
+++ b/src/extension/script/js/README
@@ -0,0 +1,20 @@
+//#########################################################################
+//# $Id$
+//#########################################################################
+See:
+
+$PROJECT/src/ecma/README
+
+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.
+
+
+