aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-08-02 13:59:13 +0000
committernyamatongwe <devnull@localhost>2001-08-02 13:59:13 +0000
commita728656ea243bb75a5ce6ec8cad57de2da50f72c (patch)
tree1a440c51f7b5953f12ff1d3c94d0282b2f9df268 /gtk
parent10c79c1da92024be5e767ec43cd620e85709ac8f (diff)
downloadscintilla-mirror-a728656ea243bb75a5ce6ec8cad57de2da50f72c.tar.gz
Added PropSet to all Scintilla builds as it is needed by the
autocompletion list for a string comparison.
Diffstat (limited to 'gtk')
-rw-r--r--gtk/scintilla.mak1
1 files changed, 1 insertions, 0 deletions
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 \