diff options
| author | nyamatongwe <unknown> | 2009-01-23 23:08:37 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2009-01-23 23:08:37 +0000 |
| commit | c6f188cde293cad20541474a3ee7c012b499a933 (patch) | |
| tree | 0830c04fa07bd3e8d41a44403db8863e97d4f82a /macosx/deps.mak | |
| parent | 3449340de836187fbc3963d81f00206a7e782f4e (diff) | |
| download | scintilla-mirror-c6f188cde293cad20541474a3ee7c012b499a933.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 \ |
