From 915e4978fdea3642d27dc94e69d90b140894bc14 Mon Sep 17 00:00:00 2001 From: mitchell Date: Thu, 11 Jul 2019 11:45:48 -0400 Subject: Backport: Feature [feature-requests:#1295]. Lexer added for DataFlex. Backport of changeset 7569:ab69548334b7, but with custom `_strnlen` function since `strnlen` is not part of the C or C++ standard. --- gtk/deps.mak | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'gtk') diff --git a/gtk/deps.mak b/gtk/deps.mak index 104746cf6..faf8337a9 100644 --- a/gtk/deps.mak +++ b/gtk/deps.mak @@ -914,6 +914,18 @@ LexD.o: \ ../lexlib/LexerModule.h \ ../lexlib/OptionSet.h \ ../lexlib/DefaultLexer.h +LexDataflex.o: \ + ../lexers/LexDataflex.cxx \ + ../include/ILexer.h \ + ../include/Sci_Position.h \ + ../include/Scintilla.h \ + ../include/SciLexer.h \ + ../lexlib/WordList.h \ + ../lexlib/LexAccessor.h \ + ../lexlib/Accessor.h \ + ../lexlib/StyleContext.h \ + ../lexlib/CharacterSet.h \ + ../lexlib/LexerModule.h LexDiff.o: \ ../lexers/LexDiff.cxx \ ../include/ILexer.h \ -- cgit v1.2.3