From ee0e98b74c7e7c64fb9079cd0bacd4c3e840c3b0 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 19 Jun 2020 08:40:49 -0400 Subject: Reverted experimental Lexilla and SCI_SETILEXER support. When testing, it works when compiled with debug symbols enabled, but crashes without them. It doesn't seem worth maintaining. --- win32/nmdeps.mak | 9 --------- 1 file changed, 9 deletions(-) (limited to 'win32/nmdeps.mak') diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak index 8a886b517..79cc0ab45 100644 --- a/win32/nmdeps.mak +++ b/win32/nmdeps.mak @@ -96,15 +96,6 @@ $(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