diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-04-12 13:20:54 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-04-12 13:20:54 +0000 |
| commit | ddfaffe08d23e4663fe759d67ae33fd67fc9ce5b (patch) | |
| tree | 234f5425a7ef7058e69dc2ab77f89810e4f3ed91 /src/dom/js/README | |
| parent | fix 1466070 (diff) | |
| download | inkscape-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/README | 20 |
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. - - - |
