diff options
author | Neil <nyamatongwe@gmail.com> | 2019-12-31 15:50:48 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-12-31 15:50:48 +1100 |
commit | f142d93df48c3b9e07edd25425627ddeeb071520 (patch) | |
tree | f7b50820c0c62966e7a384ec8e5a6e689db44c39 /win32/nmdeps.mak | |
parent | 431daa97eb571282cdbc9c787098ad17f811e924 (diff) | |
download | scintilla-mirror-f142d93df48c3b9e07edd25425627ddeeb071520.tar.gz |
Move collection of modules from Catalogue.cxx to CatalogueModules.h so it can
be reused.
Diffstat (limited to 'win32/nmdeps.mak')
-rw-r--r-- | win32/nmdeps.mak | 40 |
1 files changed, 1 insertions, 39 deletions
diff --git a/win32/nmdeps.mak b/win32/nmdeps.mak index f5610bb5b..c4fab693f 100644 --- a/win32/nmdeps.mak +++ b/win32/nmdeps.mak @@ -55,45 +55,6 @@ $(DIR_O)/ScintillaWin.obj: \ PlatWin.h \ HanjaDic.h \ ScintillaWin.h -$(DIR_O)/ScintillaWinL.obj: \ - ScintillaWin.cxx \ - ../include/Platform.h \ - ../include/ILoader.h \ - ../include/Sci_Position.h \ - ../include/ILexer.h \ - ../include/Scintilla.h \ - ../lexlib/CharacterCategory.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/CaseConvert.h \ - ../src/UniConversion.h \ - ../src/Selection.h \ - ../src/PositionCache.h \ - ../src/EditModel.h \ - ../src/MarginView.h \ - ../src/EditView.h \ - ../src/Editor.h \ - ../src/ElapsedPeriod.h \ - ../src/AutoComplete.h \ - ../src/ScintillaBase.h \ - PlatWin.h \ - HanjaDic.h \ - ScintillaWin.h $(DIR_O)/AutoComplete.obj: \ ../src/AutoComplete.cxx \ ../include/Platform.h \ @@ -125,6 +86,7 @@ $(DIR_O)/Catalogue.obj: \ ../include/Scintilla.h \ ../include/SciLexer.h \ ../lexlib/LexerModule.h \ + ../lexlib/CatalogueModules.h \ ../src/Catalogue.h $(DIR_O)/CellBuffer.obj: \ ../src/CellBuffer.cxx \ |