diff options
author | mitchell <unknown> | 2019-05-27 18:34:00 -0400 |
---|---|---|
committer | mitchell <unknown> | 2019-05-27 18:34:00 -0400 |
commit | f84f2a3daef704cb309009f51b5da9f325979f68 (patch) | |
tree | a4746a5660d9c015e96e0f3e9fce600e6bff4ad0 /win32/nmdeps.mak | |
parent | 920f6ebb1d99186ea0699c97235667239604f278 (diff) | |
download | scintilla-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.mak | 8 |
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 \ |