From a728656ea243bb75a5ce6ec8cad57de2da50f72c Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 2 Aug 2001 13:59:13 +0000 Subject: Added PropSet to all Scintilla builds as it is needed by the autocompletion list for a string comparison. --- gtk/scintilla.mak | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk') diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak index 3a21306ea..cf76f2211 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -108,6 +108,7 @@ SOBJS=\ $(DIR_O)\LineMarker.obj \ $(DIR_O)\PlatGTK.obj \ $(DIR_O)\RESearch.obj \ + $(DIR_O)\PropSet.obj \ $(DIR_O)\ScintillaBase.obj \ $(DIR_O)\ScintillaGTK.obj \ $(DIR_O)\Style.obj \ -- cgit v1.2.3