aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-02-21 22:13:28 +0000
committernyamatongwe <devnull@localhost>2004-02-21 22:13:28 +0000
commitf219cc7ad6c423164b9f7e9ea3cfb84cc69b14f5 (patch)
tree90a7c575fe592a2ea1f667f5a4675dc5200f0ba5 /win32/makefile
parent8c0d82199fff5f22405c38c6246b17cd498479f6 (diff)
downloadscintilla-mirror-f219cc7ad6c423164b9f7e9ea3cfb84cc69b14f5.tar.gz
Kix lexer.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile8
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 \