diff options
| author | nyamatongwe <devnull@localhost> | 2004-02-21 22:15:30 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2004-02-21 22:15:30 +0000 |
| commit | 27dd79728b98fe56669b9d0bdd3d9495be180d44 (patch) | |
| tree | 6fc03d454ddb7a0c558e8347ada48106944cf207 /gtk/makefile | |
| parent | f219cc7ad6c423164b9f7e9ea3cfb84cc69b14f5 (diff) | |
| download | scintilla-mirror-27dd79728b98fe56669b9d0bdd3d9495be180d44.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) |
