diff options
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/ScintillaWin.cxx | 1 | ||||
| -rw-r--r-- | win32/makefile | 4 | ||||
| -rw-r--r-- | win32/scintilla.mak | 10 | ||||
| -rw-r--r-- | win32/scintilla_vc6.mak | 2 | 
4 files changed, 14 insertions, 3 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 6d7f1268d..248513e18 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -45,6 +45,7 @@  #include "CharClassify.h"  #include "Decoration.h"  #include "Document.h" +#include "PositionCache.h"  #include "Editor.h"  #include "ScintillaBase.h"  #include "UniConversion.h" diff --git a/win32/makefile b/win32/makefile index c9da20826..63b30dd56 100644 --- a/win32/makefile +++ b/win32/makefile @@ -64,14 +64,14 @@ LexTADS3.o LexTCL.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o  SOBJS	= ScintillaWin.o ScintillaBase.o Editor.o CharClassify.o Decoration.o \  	Document.o ContractionState.o CellBuffer.o CallTip.o \ -	ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o RunStyles.o \ +	ScintRes.o PlatWin.o PositionCache.o KeyMap.o Indicator.o LineMarker.o RESearch.o RunStyles.o \  	Style.o ViewStyle.o AutoComplete.o UniConversion.o PropSet.o XPM.o  $(COMPONENT): $(SOBJS) Scintilla.def  	$(DLLWRAP) --add-stdcall-alias --target i386-mingw32 -o $@ $(SOBJS) $(LDFLAGS) -s --relocatable  LOBJS	= ScintillaWinL.o ScintillaBaseL.o Editor.o CharClassify.o Decoration.o \  	Document.o ContractionState.o CellBuffer.o CallTip.o \ -	ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o RunStyles.o \ +	ScintRes.o PlatWin.o PositionCache.o KeyMap.o Indicator.o LineMarker.o RESearch.o RunStyles.o \  	Style.o ViewStyle.o AutoComplete.o UniConversion.o KeyWords.o \  	DocumentAccessor.o PropSet.o ExternalLexer.o StyleContext.o XPM.o $(LEXOBJS)  $(LEXCOMPONENT): $(LOBJS) Scintilla.def diff --git a/win32/scintilla.mak b/win32/scintilla.mak index da3c506bd..b6b4749ef 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -99,6 +99,7 @@ SOBJS=\  	$(DIR_O)\KeyMap.obj \  	$(DIR_O)\LineMarker.obj \  	$(DIR_O)\PlatWin.obj \ +	$(DIR_O)\PositionCache.obj \  	$(DIR_O)\PropSet.obj \  	$(DIR_O)\RESearch.obj \  	$(DIR_O)\RunStyles.obj \ @@ -193,6 +194,7 @@ LOBJS=\  	$(DIR_O)\KeyWords.obj \  	$(DIR_O)\LineMarker.obj \  	$(DIR_O)\PlatWin.obj \ +	$(DIR_O)\PositionCache.obj \  	$(DIR_O)\PropSet.obj \  	$(DIR_O)\RESearch.obj \  	$(DIR_O)\RunStyles.obj \ @@ -280,7 +282,7 @@ $(DIR_O)\Editor.obj: ../src/Editor.cxx ../include/Platform.h ../include/Scintill    ../src/Partitioning.h ../src/CellBuffer.h ../src/KeyMap.h \    ../src/RunStyles.h ../src/Indicator.h ../src/XPM.h ../src/LineMarker.h \    ../src/Style.h ../src/ViewStyle.h ../src/CharClassify.h \ -  ../src/Decoration.h ../src/Document.h ../src/Editor.h +  ../src/Decoration.h ../src/Document.h ../src/Editor.h ../src/PositionCache.h  $(DIR_O)\ExternalLexer.obj: ../src/ExternalLexer.cxx ../include/Platform.h \    ../include/Scintilla.h ../include/SciLexer.h ../include/PropSet.h \    ../include/SString.h ../include/Accessor.h ../src/DocumentAccessor.h \ @@ -427,6 +429,12 @@ $(DIR_O)\LineMarker.obj: ../src/LineMarker.cxx ../include/Platform.h \    ../include/Scintilla.h ../src/XPM.h ../src/LineMarker.h  $(DIR_O)\PlatWin.obj: PlatWin.cxx ../include/Platform.h PlatformRes.h \    ../src/UniConversion.h ../src/XPM.h +$(DIR_O)\PositionCache.obj: ../src/Editor.cxx ../include/Platform.h ../include/Scintilla.h \ +  ../src/ContractionState.h ../src/SVector.h ../src/SplitVector.h \ +  ../src/Partitioning.h ../src/CellBuffer.h ../src/KeyMap.h \ +  ../src/RunStyles.h ../src/Indicator.h ../src/XPM.h ../src/LineMarker.h \ +  ../src/Style.h ../src/ViewStyle.h ../src/CharClassify.h \ +  ../src/Decoration.h ../src/Document.h ../src/Editor.h ../src/PositionCache.h  $(DIR_O)\PropSet.obj: ../src/PropSet.cxx ../include/Platform.h ../include/PropSet.h \    ../include/SString.h  $(DIR_O)\RESearch.obj: ../src/RESearch.cxx ../src/CharClassify.h ../src/RESearch.h diff --git a/win32/scintilla_vc6.mak b/win32/scintilla_vc6.mak index 2a35235e3..9b9c9b356 100644 --- a/win32/scintilla_vc6.mak +++ b/win32/scintilla_vc6.mak @@ -101,6 +101,7 @@ SOBJS=\  	$(DIR_O)\KeyMap.obj \  	$(DIR_O)\LineMarker.obj \  	$(DIR_O)\PlatWin.obj \ +	$(DIR_O)\PositionCache.obj \  	$(DIR_O)\PropSet.obj \  	$(DIR_O)\RESearch.obj \  	$(DIR_O)\RunStyles.obj \ @@ -195,6 +196,7 @@ LOBJS=\  	$(DIR_O)\KeyWords.obj \  	$(DIR_O)\LineMarker.obj \  	$(DIR_O)\PlatWin.obj \ +	$(DIR_O)\PositionCache.obj \  	$(DIR_O)\RunStyles.obj \  	$(DIR_O)\RESearch.obj \  	$(DIR_O)\PropSet.obj \  | 
