aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authormitchell <unknown>2019-05-27 18:34:00 -0400
committermitchell <unknown>2019-05-27 18:34:00 -0400
commitf84f2a3daef704cb309009f51b5da9f325979f68 (patch)
treea4746a5660d9c015e96e0f3e9fce600e6bff4ad0 /gtk
parent920f6ebb1d99186ea0699c97235667239604f278 (diff)
downloadscintilla-mirror-f84f2a3daef704cb309009f51b5da9f325979f68.tar.gz
Backport: Feature [feature-requests:#1280]. Lexer added for X12.
Backport of changeset 7486:a99fa007805f, but with LexerX12::Terminator struct definition not having default values, which is a C++14 feature.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/deps.mak8
1 files changed, 8 insertions, 0 deletions
diff --git a/gtk/deps.mak b/gtk/deps.mak
index 98189e518..104746cf6 100644
--- a/gtk/deps.mak
+++ b/gtk/deps.mak
@@ -1921,6 +1921,14 @@ LexVisualProlog.o: \
../lexlib/LexerModule.h \
../lexlib/OptionSet.h \
../lexlib/DefaultLexer.h
+LexX12.o: \
+ ../lexers/LexX12.cxx \
+ ../include/ILexer.h \
+ ../include/Sci_Position.h \
+ ../include/Scintilla.h \
+ ../include/SciLexer.h \
+ ../lexlib/LexerModule.h \
+ ../lexlib/DefaultLexer.h
LexYAML.o: \
../lexers/LexYAML.cxx \
../include/ILexer.h \