diff options
author | nyamatongwe <unknown> | 2001-04-24 08:11:51 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-04-24 08:11:51 +0000 |
commit | 3924d9d8e266aa52bd24a277de491c491a3c8ae6 (patch) | |
tree | f228ce5c93a430dadf38e3bbfed070122822d6f1 | |
parent | 6ee55ec06fc6f6904afe6f60f9bb1ccca95025a9 (diff) | |
download | scintilla-mirror-3924d9d8e266aa52bd24a277de491c491a3c8ae6.tar.gz |
Ruby support.
-rw-r--r-- | gtk/deps.mak | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak index 904c5dbac..86f141d16 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -65,6 +65,9 @@ LexPerl.o: ../src/LexPerl.cxx ../include/Platform.h \ LexPython.o: ../src/LexPython.cxx ../include/Platform.h \ ../include/PropSet.h ../include/SString.h ../include/Accessor.h \ ../include/KeyWords.h ../include/Scintilla.h ../include/SciLexer.h +LexRuby.o: ../src/LexRuby.cxx ../include/Platform.h ../include/PropSet.h \ + ../include/SString.h ../include/Accessor.h ../include/KeyWords.h \ + ../include/Scintilla.h ../include/SciLexer.h LexSQL.o: ../src/LexSQL.cxx ../include/Platform.h ../include/PropSet.h \ ../include/SString.h ../include/Accessor.h ../include/KeyWords.h \ ../include/Scintilla.h ../include/SciLexer.h |