aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-04-24 08:11:51 +0000
committernyamatongwe <unknown>2001-04-24 08:11:51 +0000
commit3924d9d8e266aa52bd24a277de491c491a3c8ae6 (patch)
treef228ce5c93a430dadf38e3bbfed070122822d6f1
parent6ee55ec06fc6f6904afe6f60f9bb1ccca95025a9 (diff)
downloadscintilla-mirror-3924d9d8e266aa52bd24a277de491c491a3c8ae6.tar.gz
Ruby support.
-rw-r--r--gtk/deps.mak3
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