aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/deps.mak
diff options
context:
space:
mode:
authormitchell <unknown>2019-07-11 11:45:48 -0400
committermitchell <unknown>2019-07-11 11:45:48 -0400
commit915e4978fdea3642d27dc94e69d90b140894bc14 (patch)
treea7eb299d67d64263d40ad8c626d9525534138a5e /gtk/deps.mak
parent80026929c3d531d1644ddb42c292f262f63be74b (diff)
downloadscintilla-mirror-915e4978fdea3642d27dc94e69d90b140894bc14.tar.gz
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.
Diffstat (limited to 'gtk/deps.mak')
-rw-r--r--gtk/deps.mak12
1 files changed, 12 insertions, 0 deletions
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 \