aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-04-29 08:35:12 +1000
committerNeil <nyamatongwe@gmail.com>2014-04-29 08:35:12 +1000
commit54a59cf289b1af9ce32d79b60d90aa2e8b29fa4b (patch)
tree719256ee927df77e820ca778a8f8b7b0a0269ef7 /win32
parent6bf6dc4af23d63b608560e09cb5b382e496e1a19 (diff)
downloadscintilla-mirror-54a59cf289b1af9ce32d79b60d90aa2e8b29fa4b.tar.gz
Feature [feature-requests:#1049]. Lexer added for DMIS, a language for coordinate
measuring machines. From Andreas Tscharner.
Diffstat (limited to 'win32')
-rw-r--r--win32/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index d9b0be80e..f4421d3b1 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -116,6 +116,7 @@ LEXOBJS=\
$(DIR_O)\LexCSS.obj \
$(DIR_O)\LexD.obj \
$(DIR_O)\LexDMAP.obj \
+ $(DIR_O)\LexDMIS.obj \
$(DIR_O)\LexECL.obj \
$(DIR_O)\LexEiffel.obj \
$(DIR_O)\LexErlang.obj \
@@ -369,6 +370,8 @@ $(DIR_O)\LexD.obj: ..\lexers\LexD.cxx $(LEX_HEADERS)
$(DIR_O)\LexDMAP.obj: ..\lexers\LexDMAP.cxx $(LEX_HEADERS)
+$(DIR_O)\LexDMIS.obj: ..\lexers\LexDMIS.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexECL.obj: ..\lexers\LexECL.cxx $(LEX_HEADERS)
$(DIR_O)\LexEiffel.obj: ..\lexers\LexEiffel.cxx $(LEX_HEADERS)