diff options
| author | Neil <nyamatongwe@gmail.com> | 2013-07-11 10:43:40 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2013-07-11 10:43:40 +1000 |
| commit | 5262f832018923ecc8ccd25bedecbd5a291a563f (patch) | |
| tree | d14831d0e08cd988dd8425674a29d514326c99f4 /gtk/makefile | |
| parent | 8ee42f850d492efbec73969eca52243e1acd1c96 (diff) | |
| download | scintilla-mirror-5262f832018923ecc8ccd25bedecbd5a291a563f.tar.gz | |
Include case conversion data in Scintilla so that all platforms will perform
case conversion of Unicode text in accordance with Unicode.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 4a2ffd3c2..5bcea9af8 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -88,7 +88,7 @@ deps: $(CC) -MM $(CONFIGFLAGS) $(CXXTFLAGS) *.cxx ../src/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] >deps.mak $(COMPLIB): Accessor.o CharacterSet.o LexerBase.o LexerModule.o LexerSimple.o StyleContext.o WordList.o \ - CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o \ + CharClassify.o Decoration.o Document.o PerLine.o Catalogue.o CallTip.o CaseConvert.o CaseFolder.o \ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o CharacterCategory.o ViewStyle.o \ RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ |
