aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2001-05-18 22:57:10 +0000
committernyamatongwe <devnull@localhost>2001-05-18 22:57:10 +0000
commit4170ad72152b2ac829afc2e29dd86c8dbecda17e (patch)
tree725a817cb9a14549f22878ca50756445902386cb /win32/makefile
parent124cc811f6ec7c97bc38c106699891301a4c0dc7 (diff)
downloadscintilla-mirror-4170ad72152b2ac829afc2e29dd86c8dbecda17e.tar.gz
Eiffel support.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 91407950a..67d24b035 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -37,7 +37,7 @@ clean:
deps:
$(CC) -MM $(CXXFLAGS) *.cxx ../src/*.cxx >deps.mak
-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