diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-12-31 20:19:24 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-12-31 20:19:24 +1100 |
| commit | 8c9b09dd5f861e52590a154b2ad8ee0f0dc4e89f (patch) | |
| tree | dfaf6cc1b26e02b857c4ef971231f5957ed02f8c /win32/deps.mak | |
| parent | 45d4e27aed4e2301a2dd00d8ee59174ff2a2f0db (diff) | |
| download | scintilla-mirror-8c9b09dd5f861e52590a154b2ad8ee0f0dc4e89f.tar.gz | |
Backport: Implement SCI_SETILEXER.
Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish
between ILexer and ILexer5 interfaces.
Diffstat (limited to 'win32/deps.mak')
| -rw-r--r-- | win32/deps.mak | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/win32/deps.mak b/win32/deps.mak index 3dbe89399..4b921238c 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -96,6 +96,15 @@ Catalogue.o: \ ../lexlib/LexerModule.h \ ../lexlib/CatalogueModules.h \ ../src/Catalogue.h +CatalogueL.o: \ + ../src/Catalogue.cxx \ + ../include/ILexer.h \ + ../include/Sci_Position.h \ + ../include/Scintilla.h \ + ../include/SciLexer.h \ + ../lexlib/LexerModule.h \ + ../lexlib/CatalogueModules.h \ + ../src/Catalogue.h CellBuffer.o: \ ../src/CellBuffer.cxx \ ../include/Platform.h \ |
