aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/nmdeps.mak
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 /win32/nmdeps.mak
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 'win32/nmdeps.mak')
-rw-r--r--win32/nmdeps.mak8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak
index 9cf46b03b..8ddedfc79 100644
--- a/win32/nmdeps.mak
+++ b/win32/nmdeps.mak
@@ -1963,6 +1963,14 @@ $(DIR_O)/LexVisualProlog.obj: \
../lexlib/LexerModule.h \
../lexlib/OptionSet.h \
../lexlib/DefaultLexer.h
+$(DIR_O)/LexX12.obj: \
+ ../lexers/LexX12.cxx \
+ ../include/ILexer.h \
+ ../include/Sci_Position.h \
+ ../include/Scintilla.h \
+ ../include/SciLexer.h \
+ ../lexlib/LexerModule.h \
+ ../lexlib/DefaultLexer.h
$(DIR_O)/LexYAML.obj: \
../lexers/LexYAML.cxx \
../include/ILexer.h \