diff options
| author | nyamatongwe <devnull@localhost> | 2006-02-25 02:43:03 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-02-25 02:43:03 +0000 |
| commit | 818cf866da84841e0f46c8f7b717b18926032f25 (patch) | |
| tree | 2bdb32179d450bb6b0356d501eccb7bb978c5098 /gtk/makefile | |
| parent | 89cb4070bf10f7143df9a40aed89693b029f7e2e (diff) | |
| download | scintilla-mirror-818cf866da84841e0f46c8f7b717b18926032f25.tar.gz | |
Patch from Greg Smith with further modifications moved character
classification from Document into a separate CharClassify class and file
and uses this from RESearch for regular expression word end \< and \>
instead of built-in table.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 2da293582..447aa2da5 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -82,7 +82,8 @@ clean: deps: $(CC) -MM `$(CONFIGFLAGS)` $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak -$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o Document.o CallTip.o \ +$(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.o \ + CharClassify.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 \ RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
