diff options
author | 2015-03-10 16:00:52 -0400 | |
---|---|---|
committer | 2015-03-10 16:00:52 -0400 | |
commit | 8334d94349e33813f0571a5484b46e2711edfcd4 (patch) | |
tree | d29c29621385584f4a7d5d404eb5b163f080b474 | |
parent | 31a221be73515d3f31e547d52774d66de166ae1d (diff) | |
download | textadept-8334d94349e33813f0571a5484b46e2711edfcd4.tar.gz textadept-8334d94349e33813f0571a5484b46e2711edfcd4.zip |
Need latest Scinterm to utilize Scintilla patch from r1949; src/Makefile
-rw-r--r-- | src/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |