diff options
| author | nyamatongwe <devnull@localhost> | 2001-05-18 22:57:10 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-05-18 22:57:10 +0000 |
| commit | 4170ad72152b2ac829afc2e29dd86c8dbecda17e (patch) | |
| tree | 725a817cb9a14549f22878ca50756445902386cb /gtk | |
| parent | 124cc811f6ec7c97bc38c106699891301a4c0dc7 (diff) | |
| download | scintilla-mirror-4170ad72152b2ac829afc2e29dd86c8dbecda17e.tar.gz | |
Eiffel support.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/makefile | 2 | ||||
| -rw-r--r-- | gtk/scintilla.mak | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index c5464fcee..05778f3b6 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -25,7 +25,7 @@ endif .cxx.o: $(CC) `gtk-config --cflags` $(CXXFLAGS) -c $< -LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexHTML.o \ +LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexEiffel.o LexHTML.o \ LexLisp.o LexLua.o LexOthers.o LexPascal.o LexPerl.o \ LexPython.o LexRuby.o LexSQL.o LexVB.o 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 \ |
