diff options
| author | nyamatongwe <unknown> | 2004-02-21 22:13:28 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-02-21 22:13:28 +0000 |
| commit | a19081f2593f28ff452c9747091d6205664b6f68 (patch) | |
| tree | 90a7c575fe592a2ea1f667f5a4675dc5200f0ba5 /win32/makefile | |
| parent | 17346c946e97722e24b7fe2cb6f9a241e0e0cb2c (diff) | |
| download | scintilla-mirror-a19081f2593f28ff452c9747091d6205664b6f68.tar.gz | |
Kix lexer.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/makefile b/win32/makefile index effbb6bb6..2faa011b7 100644 --- a/win32/makefile +++ b/win32/makefile @@ -52,10 +52,10 @@ deps: 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 SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ |
