From 40ba6e831d172058dd26d7f7c9e3036ee1ad2268 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 8 Oct 2002 08:29:39 +0000 Subject: Added UniConversion to make Unicode work. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/makefile b/gtk/makefile index cc262eb71..703173939 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -60,7 +60,7 @@ deps: $(COMPLIB): DocumentAccessor.o WindowAccessor.o KeyWords.o StyleContext.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 \ - RESearch.o Style.o Indicator.o AutoComplete.o + RESearch.o Style.o Indicator.o AutoComplete.o UniConversion.o $(AR) rc $@ $^ $(RANLIB) $@ -- cgit v1.2.3