From a61c388d38cf507fd0e5e8de5baae97ed45f4d59 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 19 Oct 2016 17:01:10 -0400 Subject: Updated to Scintilla 3.7.0. --- src/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index d124c293..67fa3456 100644 --- a/src/Makefile +++ b/src/Makefile @@ -106,8 +106,8 @@ sci_objs = AutoComplete.o CallTip.o CaseConvert.o CaseFolder.o Catalogue.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 \ +sci_lex_objs = Accessor.o CharacterCategory.o CharacterSet.o LexerBase.o \ + LexerModule.o LexerNoExceptions.o LexerSimple.o PropSetSimple.o \ StyleContext.o WordList.o sci_gtk_objs = PlatGTK.o ScintillaGTK.o regex_objs = regcomp.o regerror.o regexec.o tre-ast.o tre-compile.o \ @@ -387,10 +387,10 @@ else lspawn_url = http://foicica.com/hg/lspawn/archive/tip.zip endif -scintilla_tgz = scintilla367.tgz +scintilla_tgz = scintilla370.tgz tre_zip = cdce45e8dd7a3b36954022b4a4d3570e1ac5a4f8.zip scinterm_zip = scinterm_1.8.zip -scintillua_zip = scintillua_3.6.7-1.zip +scintillua_zip = scintillua_3.7.0-1.zip lua_tgz = lua-5.3.3.tar.gz lpeg_tgz = lpeg-1.0.0.tar.gz lfs_zip = v_1_6_3.zip -- cgit v1.2.3