From 8c9b09dd5f861e52590a154b2ad8ee0f0dc4e89f Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 31 Dec 2019 20:19:24 +1100 Subject: Backport: Implement SCI_SETILEXER. Backport of changeset 7871:ff54e1fc74f3, but with the ability to distinguish between ILexer and ILexer5 interfaces. --- win32/deps.mak | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'win32/deps.mak') 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 \ -- cgit v1.2.3