From c15fc57b0be7d5a81b8e67a943a4db8e80898e06 Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 3 Jul 2021 08:28:56 +1000 Subject: Remove remnants of support for including lexers in Scintilla. --- win32/nmdeps.mak | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'win32/nmdeps.mak') diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak index 47c5f97f8..51404eb9d 100644 --- a/win32/nmdeps.mak +++ b/win32/nmdeps.mak @@ -404,43 +404,6 @@ $(DIR_O)/ScintillaBase.obj: \ ../src/Editor.h \ ../src/AutoComplete.h \ ../src/ScintillaBase.h -$(DIR_O)/ScintillaBaseL.obj: \ - ../src/ScintillaBase.cxx \ - ../include/ScintillaTypes.h \ - ../include/ScintillaMessages.h \ - ../include/ScintillaStructures.h \ - ../include/ILoader.h \ - ../include/Sci_Position.h \ - ../include/ILexer.h \ - ../src/Debugging.h \ - ../src/Geometry.h \ - ../src/Platform.h \ - ../src/CharacterCategoryMap.h \ - ../src/Position.h \ - ../src/UniqueString.h \ - ../src/SplitVector.h \ - ../src/Partitioning.h \ - ../src/RunStyles.h \ - ../src/ContractionState.h \ - ../src/CellBuffer.h \ - ../src/CallTip.h \ - ../src/KeyMap.h \ - ../src/Indicator.h \ - ../src/LineMarker.h \ - ../src/Style.h \ - ../src/ViewStyle.h \ - ../src/CharClassify.h \ - ../src/Decoration.h \ - ../src/CaseFolder.h \ - ../src/Document.h \ - ../src/Selection.h \ - ../src/PositionCache.h \ - ../src/EditModel.h \ - ../src/MarginView.h \ - ../src/EditView.h \ - ../src/Editor.h \ - ../src/AutoComplete.h \ - ../src/ScintillaBase.h $(DIR_O)/Selection.obj: \ ../src/Selection.cxx \ ../src/Debugging.h \ -- cgit v1.2.3