aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-04-12 06:24:02 +0000
committernyamatongwe <unknown>2004-04-12 06:24:02 +0000
commitf8483df12a021c8b4afd74361840f14e0868f9c1 (patch)
tree36d8d70ecdd14a3b3c248bb34e7323b86c19118f /win32/scintilla.mak
parent7e0a1b68c82a99195090e3f102b1de78896c4fe8 (diff)
downloadscintilla-mirror-f8483df12a021c8b4afd74361840f14e0868f9c1.tar.gz
Added lexer for bash and sh from 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 7047afaec..310602098 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -115,6 +115,7 @@ LEXOBJS=\
$(DIR_O)\LexAU3.obj \
$(DIR_O)\LexAVE.obj \
$(DIR_O)\LexBaan.obj \
+ $(DIR_O)\LexBash.obj \
$(DIR_O)\LexBullant.obj \
$(DIR_O)\LexCLW.obj \
$(DIR_O)\LexConf.obj \
@@ -274,6 +275,8 @@ $(DIR_O)\LexAVE.obj: ..\src\LexAVE.cxx $(LEX_HEADERS)
$(DIR_O)\LexBaan.obj: ..\src\LexBaan.cxx $(LEX_HEADERS)
+$(DIR_O)\LexBash.obj: ..\src\LexBash.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexBullant.obj: ..\src\LexBullant.cxx $(LEX_HEADERS)
$(DIR_O)\LexCLW.obj: ..\src\LexCLW.cxx $(LEX_HEADERS)