diff options
Diffstat (limited to 'lexilla/src/deps.mak')
-rw-r--r-- | lexilla/src/deps.mak | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lexilla/src/deps.mak b/lexilla/src/deps.mak index 4fb265559..ae10b42c4 100644 --- a/lexilla/src/deps.mak +++ b/lexilla/src/deps.mak @@ -1170,6 +1170,20 @@ LexR.o: \ ../../lexlib/StyleContext.h \ ../../lexlib/CharacterSet.h \ ../../lexlib/LexerModule.h +LexRaku.o: \ + ../../lexers/LexRaku.cxx \ + ../../include/ILexer.h \ + ../../include/Sci_Position.h \ + ../../include/Scintilla.h \ + ../../include/SciLexer.h \ + ../../lexlib/WordList.h \ + ../../lexlib/LexAccessor.h \ + ../../lexlib/StyleContext.h \ + ../../lexlib/CharacterSet.h \ + ../../lexlib/CharacterCategory.h \ + ../../lexlib/LexerModule.h \ + ../../lexlib/OptionSet.h \ + ../../lexlib/DefaultLexer.h LexRebol.o: \ ../../lexers/LexRebol.cxx \ ../../include/ILexer.h \ |