aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-04-09 03:20:30 +0000
committernyamatongwe <unknown>2005-04-09 03:20:30 +0000
commit35f9e91489cb858fd78aa7e04db88b3eda46d4f4 (patch)
treed0eee1334b9db79f67346f445322976f23ead645 /gtk/scintilla.mak
parent3431815cd0f1686d5bea88f3be8a3d419fc6dc79 (diff)
downloadscintilla-mirror-35f9e91489cb858fd78aa7e04db88b3eda46d4f4.tar.gz
TADS3 support from Michael Cartmell.
Diffstat (limited to 'gtk/scintilla.mak')
-rw-r--r--gtk/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index 269bb73b2..5ed09f4a3 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -184,6 +184,7 @@ LEXOBJS=\
$(DIR_O)\LexScriptol.obj \
$(DIR_O)\LexSpecman.obj \
$(DIR_O)\LexSQL.obj \
+ $(DIR_O)\LexTADS3.obj \
$(DIR_O)\LexTeX.obj \
$(DIR_O)\LexVB.obj \
$(DIR_O)\LexVerilog.obj \
@@ -395,6 +396,8 @@ $(DIR_O)\LexSpecman.obj: ..\src\LexSpecman.cxx $(LEX_HEADERS)
$(DIR_O)\LexSQL.obj: ..\src\LexSQL.cxx $(LEX_HEADERS)
+$(DIR_O)\LexTADS3.obj: ..\src\LexTADS3.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexTeX.obj: ..\src\LexTeX.cxx $(LEX_HEADERS)
$(DIR_O)\LexVB.obj: ..\src\LexVB.cxx $(LEX_HEADERS)