aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2004-10-16 00:41:26 +0000
committernyamatongwe <devnull@localhost>2004-10-16 00:41:26 +0000
commit05de6b089d46a7faee3fad08b5312b4cae2a6a77 (patch)
tree0d30998285acc659b38df99f83136ee312f05ec3 /gtk/scintilla.mak
parentf1a9d8bed5df1481f9bbb2d41318f616cfe8b487 (diff)
downloadscintilla-mirror-05de6b089d46a7faee3fad08b5312b4cae2a6a77.tar.gz
VHDL lexer contributed by Phil Reid.
Diffstat (limited to 'gtk/scintilla.mak')
-rw-r--r--gtk/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index b11351e69..a1a536827 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -184,6 +184,7 @@ LEXOBJS=\
$(DIR_O)\LexTeX.obj \
$(DIR_O)\LexVB.obj \
$(DIR_O)\LexVerilog.obj \
+ $(DIR_O)\LexVHDL.obj \
$(DIR_O)\LexYAML.obj \
#--Autogenerated -- end of automatically generated section
@@ -391,6 +392,8 @@ $(DIR_O)\LexVB.obj: ..\src\LexVB.cxx $(LEX_HEADERS)
$(DIR_O)\LexVerilog.obj: ..\src\LexVerilog.cxx $(LEX_HEADERS)
+$(DIR_O)\LexVHDL.obj: ..\src\LexVHDL.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexYAML.obj: ..\src\LexYAML.cxx $(LEX_HEADERS)