From 8334d94349e33813f0571a5484b46e2711edfcd4 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 10 Mar 2015 16:00:52 -0400 Subject: Need latest Scinterm to utilize Scintilla patch from r1949; src/Makefile --- src/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 9069c2ee..2438789e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -363,7 +363,8 @@ win32-deps: $(base_deps) win32gtk win32curses osx-deps: $(base_deps) gtkosx termkey ifndef NIGHTLY - scinterm_url = http://foicica.com/scinterm/download/$@ + #scinterm_url = http://foicica.com/scinterm/download/$@ + scinterm_url = http://foicica.com/hg/scinterm/archive/$@ scintillua_url = http://foicica.com/scintillua/download/$@ gtdialog_url = http://foicica.com/gtdialog/download/$@ lspawn_url = http://foicica.com/lspawn/download/$@ @@ -375,7 +376,7 @@ else endif scintilla_tgz = scintilla354.tgz -scinterm_zip = scinterm_1.5.zip +scinterm_zip = 068d4a448eb3.zip scintillua_zip = scintillua_3.5.4-1.zip lua_tgz = lua-5.2.3.tar.gz lpeg_tgz = lpeg-0.12.tar.gz -- cgit v1.2.3