From 179fa413b047bede6e32109e2ce82437c5fb8d34 Mon Sep 17 00:00:00 2001 From: MenTaLguY Date: Mon, 16 Jan 2006 02:36:01 +0000 Subject: moving trunk for module inkscape (bzr r1) --- src/extension/script/js/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 src/extension/script/js/README (limited to 'src/extension/script/js/README') 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. + + + -- cgit v1.2.3