aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-04-04 12:52:44 +0000
committernyamatongwe <unknown>2001-04-04 12:52:44 +0000
commit93b871d1d8fbb076510e2c410ba57a0980a22ec8 (patch)
tree56576fc17d8737f5fbb591a89fd1e9fab4bd1a59 /gtk/scintilla.mak
parentb338ed2a95f184263c1e1c7782ba3706fa05858c (diff)
downloadscintilla-mirror-93b871d1d8fbb076510e2c410ba57a0980a22ec8.tar.gz
Moved to public domain regular expresion implementation.
Diffstat (limited to 'gtk/scintilla.mak')
-rw-r--r--gtk/scintilla.mak10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index 0d813f63a..ceba4c777 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -107,7 +107,7 @@ SOBJS=\
$(DIR_O)\KeyMap.obj \
$(DIR_O)\LineMarker.obj \
$(DIR_O)\PlatGTK.obj \
- $(DIR_O)\PosRegExp.obj \
+ $(DIR_O)\RESearch.obj \
$(DIR_O)\ScintillaBase.obj \
$(DIR_O)\ScintillaGTK.obj \
$(DIR_O)\Style.obj \
@@ -139,7 +139,7 @@ LOBJS=\
$(DIR_O)\KeyWords.obj \
$(DIR_O)\LineMarker.obj \
$(DIR_O)\PlatGTK.obj \
- $(DIR_O)\PosRegExp.obj \
+ $(DIR_O)\RESearch.obj \
$(DIR_O)\PropSet.obj \
$(DIR_O)\ScintillaBaseL.obj \
$(DIR_O)\ScintillaGTKL.obj \
@@ -205,7 +205,7 @@ $(DIR_O)\CellBuffer.obj: ..\src\CellBuffer.cxx ..\include\Platform.h ..\include\
$(DIR_O)\ContractionState.obj: ..\src\ContractionState.cxx ..\include\Platform.h ..\src\ContractionState.h
-$(DIR_O)\Document.obj: ..\src\Document.cxx ..\include\Platform.h ..\include\Scintilla.h ..\include\PosRegExp.h \
+$(DIR_O)\Document.obj: ..\src\Document.cxx ..\include\Platform.h ..\include\Scintilla.h ..\src\RESearch.h \
..\src\CellBuffer.h ..\src\Document.h
$(DIR_O)\DocumentAccessor.obj: ..\src\DocumentAccessor.cxx ..\include\Platform.h ..\include\PropSet.h ..\include\Accessor.h ..\src\DocumentAccessor.h ..\include\Scintilla.h
@@ -255,10 +255,10 @@ $(DIR_O)\LineMarker.obj: ..\src\LineMarker.cxx ..\include\Platform.h ..\include\
$(DIR_O)\PlatWin.obj: PlatWin.cxx ..\include\Platform.h PlatformRes.h ..\src\UniConversion.h
-$(DIR_O)\PosRegExp.obj: ..\src\PosRegExp.cxx ..\include\PosRegExp.h
-
$(DIR_O)\PropSet.obj: ..\src\PropSet.cxx ..\include\Platform.h ..\include\PropSet.h
+$(DIR_O)\RESearch.obj: ..\src\RESearch.cxx ..\src\RESearch.h
+
$(DIR_O)\ScintillaBase.obj: ..\src\ScintillaBase.cxx ..\include\Platform.h ..\include\Scintilla.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\AutoComplete.h ..\src\Document.h ..\src\Editor.h \