diff options
author | 2014-08-18 14:42:43 -0400 | |
---|---|---|
committer | 2014-08-18 14:42:43 -0400 | |
commit | 7da1531db036cc283d84954757d69d56ff012154 (patch) | |
tree | 95d968388105d6d8371f53ecc48c686df834a135 /src | |
parent | be822b8a875b97d0cac63a1d06bd123b00ba1c13 (diff) | |
download | textadept-7da1531db036cc283d84954757d69d56ff012154.tar.gz textadept-7da1531db036cc283d84954757d69d56ff012154.zip |
Updated to Scintilla 3.5.0.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Makefile b/src/Makefile index 5e4a3741..e9615f1d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -108,9 +108,10 @@ sci_flags = -pedantic -Os $(plat_flag) -DSCI_LEXER -DNDEBUG \ sci_objs = AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o Catalogue.o \ CellBuffer.o CharClassify.o ContractionState.o Decoration.o \ - Document.o Editor.o ExternalLexer.o Indicator.o KeyMap.o \ - LineMarker.o PerLine.o PositionCache.o RESearch.o RunStyles.o \ - ScintillaBase.o Selection.o Style.o UniConversion.o ViewStyle.o XPM.o + Document.o EditModel.o Editor.o EditView.o ExternalLexer.o \ + Indicator.o KeyMap.o LineMarker.o MarginView.o PerLine.o \ + PositionCache.o RESearch.o RunStyles.o ScintillaBase.o Selection.o \ + Style.o UniConversion.o ViewStyle.o XPM.o sci_lex_objs = Accessor.o CharacterSet.o LexerBase.o LexerModule.o \ LexerNoExceptions.o LexerSimple.o PropSetSimple.o \ StyleContext.o WordList.o @@ -378,7 +379,7 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla344.tgz +scintilla_tgz = scintilla350.tgz scinterm_zip = scinterm_1.3.zip scintillua_zip = scintillua_3.4.4-1.zip lua_tgz = lua-5.2.3.tar.gz |