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/makefile | |
| parent | 10c93c1fc481c7e969b446221f3244994fa08d1c (diff) | |
| download | scintilla-mirror-7832e18d9e44143117849b512763aa4b5a52ea4e.tar.gz | |
TADS3 support from Michael Cartmell.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile index 71a3375bc..a03e76f3e 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -69,8 +69,8 @@ LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexForth.o LexFortran.o \ LexGui4Cli.o LexHaskell.o LexHTML.o LexKix.o LexLisp.o LexLout.o LexLua.o \ LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexNsis.o \ LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPOV.o LexPS.o LexPython.o \ -LexRuby.o LexScriptol.o LexSpecman.o LexSQL.o LexTeX.o LexVB.o LexVerilog.o \ -LexVHDL.o LexYAML.o +LexRuby.o LexScriptol.o LexSpecman.o LexSQL.o LexTADS3.o LexTeX.o LexVB.o \ +LexVerilog.o LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section all: $(COMPLIB) |
