diff options
author | Neil <nyamatongwe@gmail.com> | 2021-07-03 08:28:56 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2021-07-03 08:28:56 +1000 |
commit | c15fc57b0be7d5a81b8e67a943a4db8e80898e06 (patch) | |
tree | 7dbd9b5f52e6b8fcdd1addc6767eba069388734b /win32/nmdeps.mak | |
parent | 7b646db9fbfb71c41c477b01d99e1e1c6c85cef8 (diff) | |
download | scintilla-mirror-c15fc57b0be7d5a81b8e67a943a4db8e80898e06.tar.gz |
Remove remnants of support for including lexers in Scintilla.
Diffstat (limited to 'win32/nmdeps.mak')
-rw-r--r-- | win32/nmdeps.mak | 37 |
1 files changed, 0 insertions, 37 deletions
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 \ |