aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-05-09 09:53:04 +0000
committernyamatongwe <devnull@localhost>2003-05-09 09:53:04 +0000
commit5a24c39256d1d6660b6088655cd3467a59da9c09 (patch)
treec172d53003b16417108239d0f59ea0226d3a3e06 /win32/scintilla.mak
parent14f04909454b605ba620d230d93da3d01b4bcf41 (diff)
downloadscintilla-mirror-5a24c39256d1d6660b6088655cd3467a59da9c09.tar.gz
Added Lout lexer by Kein-Hong Man.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index c60c903b9..9c741ea1b 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -122,6 +122,7 @@ LEXOBJS=\
$(DIR_O)\LexFortran.obj \
$(DIR_O)\LexHTML.obj \
$(DIR_O)\LexLisp.obj \
+ $(DIR_O)\LexLout.obj \
$(DIR_O)\LexLua.obj \
$(DIR_O)\LexMatlab.obj \
$(DIR_O)\LexOthers.obj \
@@ -267,6 +268,8 @@ $(DIR_O)\LexHTML.obj: ..\src\LexHTML.cxx $(LEX_HEADERS)
$(DIR_O)\LexLisp.obj: ..\src\LexLisp.cxx $(LEX_HEADERS)
+$(DIR_O)\LexLout.obj: ..\src\LexLout.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexLua.obj: ..\src\LexLua.cxx $(LEX_HEADERS)
$(DIR_O)\LexMatlab.obj: ..\src\LexMatlab.cxx $(LEX_HEADERS)