aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-07-19 21:36:48 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-07-19 21:36:48 -0400
commit4fc9456c1046c44445ba5c0da19995ac1ee673b8 (patch)
tree6d5a855a97b5b5979e0b270b48e7a70060377489
parentf6fcd52624533106042659c89652832af893f20b (diff)
downloadtextadept-4fc9456c1046c44445ba5c0da19995ac1ee673b8.tar.gz
textadept-4fc9456c1046c44445ba5c0da19995ac1ee673b8.zip
Updated to Scintilla 3.3.4; src/Makefile
-rw-r--r--src/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/Makefile b/src/Makefile
index f778a6e7..c2598629 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -150,11 +150,11 @@ sci_flags = -pedantic -Os $(plat_flag) -DSCI_LEXER -DNDEBUG \
-Iscintilla/lexlib -Wall -Wno-missing-braces -Wno-char-subscripts \
-Wno-long-long
-sci_objs = AutoComplete.o CallTip.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
+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
sci_lex_objs = Accessor.o CharacterSet.o LexerBase.o LexerModule.o \
LexerNoExceptions.o LexerSimple.o PropSetSimple.o \
StyleContext.o WordList.o
@@ -412,7 +412,7 @@ osx-app: ../textadept ../textadeptjit ../textadept-curses \
# External dependencies.
-scintilla_tgz = scintilla333.tgz?download
+scintilla_tgz = scintilla334.tgz?download
scinterm_zip = scinterm.zip
scintillua_zip = scintillua.zip
lua_tgz = lua-5.2.2.tar.gz