diff options
author | nyamatongwe <devnull@localhost> | 2009-01-22 06:22:32 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2009-01-22 06:22:32 +0000 |
commit | ed7aea6bf76143f36db75e7275ec4f18a03f9113 (patch) | |
tree | 17fb8f9e9ab4e21744960e8800330fa75b43704f | |
parent | 46e5b6d6c9a108e46321d01f59530c9156d4c9bc (diff) | |
download | scintilla-mirror-ed7aea6bf76143f36db75e7275ec4f18a03f9113.tar.gz |
EScript removal.
-rw-r--r-- | gtk/deps.mak | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak index 13569be79..58dece874 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -123,10 +123,6 @@ LexErlang.o: ../src/LexErlang.cxx ../include/Platform.h \ ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ ../src/StyleContext.h ../include/KeyWords.h ../include/Scintilla.h \ ../include/SciLexer.h -LexEScript.o: ../src/LexEScript.cxx ../include/Platform.h \ - ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ - ../src/StyleContext.h ../include/KeyWords.h ../include/Scintilla.h \ - ../include/SciLexer.h LexFlagship.o: ../src/LexFlagship.cxx ../include/Platform.h \ ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ ../src/StyleContext.h ../include/KeyWords.h ../include/Scintilla.h \ |