diff options
author | nyamatongwe <unknown> | 2001-05-18 22:57:10 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-05-18 22:57:10 +0000 |
commit | c0829f053a1a039d469af7afc8541979ea22289a (patch) | |
tree | 725a817cb9a14549f22878ca50756445902386cb /gtk/scintilla.mak | |
parent | 8e0412fc0bddd08d7d841dd2a9d55211ab4f8178 (diff) | |
download | scintilla-mirror-c0829f053a1a039d469af7afc8541979ea22289a.tar.gz |
Eiffel support.
Diffstat (limited to 'gtk/scintilla.mak')
-rw-r--r-- | gtk/scintilla.mak | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak index 28bb28e84..3a21306ea 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -116,8 +116,10 @@ SOBJS=\ LEXOBJS=\ $(DIR_O)\LexAda.obj \ + $(DIR_O)\LexAVE.obj \ $(DIR_O)\LexConf.obj \ $(DIR_O)\LexCPP.obj \ + $(DIR_O)\LexEiffel.obj \ $(DIR_O)\LexHTML.obj \ $(DIR_O)\LexLisp.obj \ $(DIR_O)\LexLua.obj \ |