diff options
| author | nyamatongwe <unknown> | 2001-04-04 12:52:44 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-04-04 12:52:44 +0000 |
| commit | 93b871d1d8fbb076510e2c410ba57a0980a22ec8 (patch) | |
| tree | 56576fc17d8737f5fbb591a89fd1e9fab4bd1a59 /gtk/makefile | |
| parent | b338ed2a95f184263c1e1c7782ba3706fa05858c (diff) | |
| download | scintilla-mirror-93b871d1d8fbb076510e2c410ba57a0980a22ec8.tar.gz | |
Moved to public domain regular expresion implementation.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/makefile b/gtk/makefile index 7ee7a70db..7e5967f8d 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -35,7 +35,7 @@ all: $(COMPLIB) $(LEXOBJS) $(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o Document.o CallTip.o \ ScintillaBase.o ContractionState.o Editor.o PropSet.o PlatGTK.o \ KeyMap.o LineMarker.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ - PosRegExp.o Style.o Indicator.o AutoComplete.o + RESearch.o Style.o Indicator.o AutoComplete.o $(AR) rc $@ $^ AutoComplete.o: AutoComplete.cxx Platform.h AutoComplete.h @@ -43,7 +43,7 @@ CallTip.o: CallTip.cxx Platform.h CallTip.h CellBuffer.o: CellBuffer.cxx Platform.h Scintilla.h WinDefs.h \ CellBuffer.h ContractionState.o: ContractionState.cxx Platform.h ContractionState.h -Document.o: Document.cxx Platform.h Scintilla.h WinDefs.h PosRegExp.h \
+Document.o: Document.cxx Platform.h Scintilla.h WinDefs.h RESearch.h \
CellBuffer.h Document.h DocumentAccessor.o: DocumentAccessor.cxx Platform.h PropSet.h SString.h \ Accessor.h DocumentAccessor.h Scintilla.h WinDefs.h @@ -80,8 +80,8 @@ LexVB.o: LexVB.cxx Platform.h PropSet.h SString.h \ LineMarker.o: LineMarker.cxx Platform.h Scintilla.h WinDefs.h \ LineMarker.h PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h -PosRegExp.o: PosRegExp.cxx PosRegExp.h PropSet.o: PropSet.cxx Platform.h PropSet.h SString.h +RESearch.o: RESearch.cxx RESearch.h SciTEBase.o: SciTEBase.cxx Platform.h WinDefs.h SciTE.h PropSet.h \ SString.h Accessor.h KeyWords.h Scintilla.h SciLexer.h SciTEBase.h SciTEGTK.o: SciTEGTK.cxx Platform.h WinDefs.h SciTE.h PropSet.h \ |
