diff options
| author | nyamatongwe <devnull@localhost> | 2009-01-23 23:08:37 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2009-01-23 23:08:37 +0000 |
| commit | 83b21f907967f880d96ce05e09946cb9a70e2055 (patch) | |
| tree | 0830c04fa07bd3e8d41a44403db8863e97d4f82a /macosx/deps.mak | |
| parent | ed7aea6bf76143f36db75e7275ec4f18a03f9113 (diff) | |
| download | scintilla-mirror-83b21f907967f880d96ce05e09946cb9a70e2055.tar.gz | |
Reinstated EScript after license returned to standard Scintilla license.
Diffstat (limited to 'macosx/deps.mak')
| -rw-r--r-- | macosx/deps.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/deps.mak b/macosx/deps.mak index 251fcb8f5..5c65dcc1f 100644 --- a/macosx/deps.mak +++ b/macosx/deps.mak @@ -136,6 +136,10 @@ LexCsound.o: ../src/LexCsound.cxx ../include/Platform.h \ LexD.o: ../src/LexD.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 LexEiffel.o: ../src/LexEiffel.cxx ../include/Platform.h \ ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ ../src/StyleContext.h ../include/KeyWords.h ../include/Scintilla.h \ |
