aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-04-24 08:11:51 +0000
committernyamatongwe <devnull@localhost>2001-04-24 08:11:51 +0000
commitea513c5ff257fc04bc2d5eb4297febd34e6cb660 (patch)
treef228ce5c93a430dadf38e3bbfed070122822d6f1
parenta0d1ab4694246419dd5d261ac298d0d8125d0513 (diff)
downloadscintilla-mirror-ea513c5ff257fc04bc2d5eb4297febd34e6cb660.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