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/nmdeps.mak | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'win32/nmdeps.mak') diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak index 79cc0ab45..8a886b517 100644 --- a/win32/nmdeps.mak +++ b/win32/nmdeps.mak @@ -96,6 +96,15 @@ $(DIR_O)/Catalogue.obj: \ ../lexlib/LexerModule.h \ ../lexlib/CatalogueModules.h \ ../src/Catalogue.h +$(DIR_O)/CatalogueL.obj: \ + ../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 $(DIR_O)/CellBuffer.obj: \ ../src/CellBuffer.cxx \ ../include/Platform.h \ -- cgit v1.2.3