aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-08-01 10:14:54 +1000
committernyamatongwe <devnull@localhost>2010-08-01 10:14:54 +1000
commitcb4779ec6f2817db09d4b1eefc123a77c8bc4e8e (patch)
tree9bc3e138fcf090359a507ba845ef7aaec216c44b
parent251fd8d0cefce215661baf08b35a6e2b721bf315 (diff)
downloadscintilla-mirror-cb4779ec6f2817db09d4b1eefc123a77c8bc4e8e.tar.gz
Bug #3037586 Scintilla Cocoa doesn't compile the Framework makefile
Missing lexer.
-rw-r--r--cocoa/Framework.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/Framework.mk b/cocoa/Framework.mk
index 413ebc76b..c235b3595 100644
--- a/cocoa/Framework.mk
+++ b/cocoa/Framework.mk
@@ -18,14 +18,14 @@ SCI_LEXERS=LexAPDL.o LexASY.o LexAU3.o LexAVE.o LexAbaqus.o LexAda.o \
LexPython.o LexR.o LexRebol.o LexRuby.o LexSML.o LexSQL.o LexScriptol.o \
LexSmalltalk.o LexSorcus.o LexSpecman.o LexSpice.o LexTACL.o LexTADS3.o \
LexTAL.o LexTCL.o LexTeX.o LexVB.o LexVHDL.o LexVerilog.o LexYAML.o \
- LexerBase.o LexerModule.o LexerSimple.o Accessor.o
+ LexTxt2tags.o LexerBase.o LexerModule.o LexerSimple.o Accessor.o
SCI_OBJ=AutoComplete.o CallTip.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 PropSetSimple.o RESearch.o RunStyles.o ScintillaBase.o Style.o \
StyleContext.o UniConversion.o ViewStyle.o XPM.o WordList.o \
- Selection.o CharacterSet.o Catalogue.o $(SCI_LEXERS)
+ Selection.o CharacterSet.o Catalogue.o $(SCI_LEXERS)
WAH_OBJ=DocumentAccessor.o KeyWords.o WindowAccessor.o