diff options
| author | nyamatongwe <devnull@localhost> | 2005-04-09 03:20:30 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2005-04-09 03:20:30 +0000 |
| commit | 7832e18d9e44143117849b512763aa4b5a52ea4e (patch) | |
| tree | d0eee1334b9db79f67346f445322976f23ead645 /gtk/scintilla.mak | |
| parent | 10c93c1fc481c7e969b446221f3244994fa08d1c (diff) | |
| download | scintilla-mirror-7832e18d9e44143117849b512763aa4b5a52ea4e.tar.gz | |
TADS3 support from Michael Cartmell.
Diffstat (limited to 'gtk/scintilla.mak')
| -rw-r--r-- | gtk/scintilla.mak | 3 |
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) |
