diff options
| author | nyamatongwe <unknown> | 2004-02-21 22:15:30 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-02-21 22:15:30 +0000 |
| commit | e2d141bf37cf95e0548d003dcbff384734ab9be7 (patch) | |
| tree | 6fc03d454ddb7a0c558e8347ada48106944cf207 /gtk/makefile | |
| parent | a19081f2593f28ff452c9747091d6205664b6f68 (diff) | |
| download | scintilla-mirror-e2d141bf37cf95e0548d003dcbff384734ab9be7.tar.gz | |
Kix lexer.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/makefile b/gtk/makefile index 9c010d8f8..0f8f29c88 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -60,10 +60,10 @@ endif LEXOBJS=\ LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexCLW.o LexConf.o LexCPP.o \ LexCrontab.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexForth.o \ -LexFortran.o LexHTML.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 LexSQL.o \ -LexTeX.o LexVB.o LexVerilog.o LexYAML.o +LexFortran.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 LexSQL.o LexTeX.o LexVB.o LexVerilog.o LexYAML.o #--Autogenerated -- end of automatically generated section all: $(COMPLIB) |
