diff options
| author | nyamatongwe <unknown> | 2006-03-02 23:43:49 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2006-03-02 23:43:49 +0000 |
| commit | 59f6b0dec164d698fa8cd96d3a4a843b1570b65a (patch) | |
| tree | 8f2c91c537d8dff9fc9e2968fa5ee2e6fc660293 /gtk/makefile | |
| parent | 1825096337e5825dc39d8c918d4bd8bfb0888c33 (diff) | |
| download | scintilla-mirror-59f6b0dec164d698fa8cd96d3a4a843b1570b65a.tar.gz | |
Lexer for TCL contributed by Andre Arpin.
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 447aa2da5..4cc684c10 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -70,8 +70,8 @@ LexForth.o LexFortran.o LexGui4Cli.o LexHaskell.o LexHTML.o LexInno.o LexKix.o \ LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o \ LexMSSQL.o LexNsis.o LexOpal.o LexOthers.o LexPascal.o LexPB.o LexPerl.o \ LexPOV.o LexPS.o LexPython.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o \ -LexSpecman.o LexSQL.o LexTADS3.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o \ -LexYAML.o +LexSpecman.o LexSQL.o LexTADS3.o LexTCL.o LexTeX.o LexVB.o LexVerilog.o \ +LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section all: $(COMPLIB) |
