From 0af155eae811e515b7d4fbad8e198cdf01f6ff2f Mon Sep 17 00:00:00 2001 From: Neil Date: Tue, 31 Dec 2019 20:19:24 +1100 Subject: Implement SCI_SETILEXER. --- 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 4eed6cc45..ef38f88e2 100644 --- a/win32/deps.mak +++ b/win32/deps.mak @@ -88,6 +88,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