aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-05-18 22:57:10 +0000
committernyamatongwe <unknown>2001-05-18 22:57:10 +0000
commitc0829f053a1a039d469af7afc8541979ea22289a (patch)
tree725a817cb9a14549f22878ca50756445902386cb /gtk/makefile
parent8e0412fc0bddd08d7d841dd2a9d55211ab4f8178 (diff)
downloadscintilla-mirror-c0829f053a1a039d469af7afc8541979ea22289a.tar.gz
Eiffel support.
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile2
1 files changed, 1 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