aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2002-10-08 08:29:39 +0000
committernyamatongwe <unknown>2002-10-08 08:29:39 +0000
commit40ba6e831d172058dd26d7f7c9e3036ee1ad2268 (patch)
tree2498a06828c7d300a9c28cb5b2e546b4d33df685
parent6fa580b3946281bf5d7cbee9276c2da7ce3e57e9 (diff)
downloadscintilla-mirror-40ba6e831d172058dd26d7f7c9e3036ee1ad2268.tar.gz
Added UniConversion to make Unicode work.
-rw-r--r--gtk/makefile2
1 files changed, 1 insertions, 1 deletions
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) $@