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. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 67d24b035..8e11f1d4c 100644 --- a/win32/makefile +++ b/win32/makefile @@ -44,7 +44,7 @@ LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexEiffel.o LexHTML.o \ SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ ContractionState.o CellBuffer.o CallTip.o \ ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o \ - Style.o ViewStyle.o AutoComplete.o UniConversion.o + Style.o ViewStyle.o AutoComplete.o UniConversion.o PropSet.o $(COMPONENT): $(SOBJS) $(DLLWRAP) --target i386-mingw32 -o $@ $(SOBJS) $(LDFLAGS) -s --relocatable -- cgit v1.2.3