summaryrefslogtreecommitdiffstats
path: root/src/dom/js/README
diff options
context:
space:
mode:
authorAaron Spike <aaron@ekips.org>2006-04-12 13:20:54 +0000
committeracspike <acspike@users.sourceforge.net>2006-04-12 13:20:54 +0000
commitddfaffe08d23e4663fe759d67ae33fd67fc9ce5b (patch)
tree234f5425a7ef7058e69dc2ab77f89810e4f3ed91 /src/dom/js/README
parentfix 1466070 (diff)
downloadinkscape-ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b.tar.gz
inkscape-ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b.zip
Removed file/folder for ishmal
(bzr r478)
Diffstat (limited to 'src/dom/js/README')
-rw-r--r--src/dom/js/README20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/dom/js/README b/src/dom/js/README
deleted file mode 100644
index cca453245..000000000
--- a/src/dom/js/README
+++ /dev/null
@@ -1,20 +0,0 @@
-//#########################################################################
-//# $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.
-
-
-