diff options
| author | nyamatongwe <devnull@localhost> | 2007-06-02 05:18:13 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2007-06-02 05:18:13 +0000 |
| commit | 54ff7790908e2b31f976ba74ca353bc4507ea70d (patch) | |
| tree | 22d32a8aeccfda9902240bfca1ffad692136f45c /gtk/makefile | |
| parent | 739e6e3218041c656f62685fd2e19988e37e294f (diff) | |
| download | scintilla-mirror-54ff7790908e2b31f976ba74ca353bc4507ea70d.tar.gz | |
Addition of PositionCache module which adds cacing of string
to position information and segments long pieces of text so they
can be handled more efficiently.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile index eb7dec885..52a88f4e7 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -80,12 +80,12 @@ clean: rm -f *.o $(COMPLIB) deps: - $(CC) -MM $(CONFIGFLAGS) $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak + $(CC) -MM $(CONFIGFLAGS) $(CXXFLAGS) *.cxx ../src/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] >deps.mak $(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \ CharClassify.o Decoration.o Document.o CallTip.o \ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSet.o PlatGTK.o \ - KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ + KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ RESearch.o RunStyles.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ $(MARSHALLER) $(LEXOBJS) $(AR) rc $@ $^ |
