From 110ed1eaae1ecdce22f6a54b64077bbe1c6cd506 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Fri, 3 Nov 2000 04:12:29 +0000 Subject: Added LexConf. --- gtk/makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gtk/makefile b/gtk/makefile index bd2c17fa2..5389fe063 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -27,7 +27,7 @@ endif .cxx.o: $(CC) `gtk-config --cflags` $(INCLUDEDIRS) $(CXXFLAGS) -c $< -o $@ -LEXOBJS = LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPerl.o LexPython.o LexSQL.o LexVB.o +LEXOBJS = LexCPP.o LexHTML.o LexLua.o LexOthers.o LexPerl.o LexPython.o LexSQL.o LexVB.o LexConf.o # The LEXOBJS have to be treated specially as the functions in them are not called from external code @@ -72,6 +72,8 @@ LexSQL.o: LexSQL.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ Scintilla.h WinDefs.h SciLexer.h LexVB.o: LexVB.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ Scintilla.h WinDefs.h SciLexer.h +LexConf.o: LexConf.cxx Platform.h PropSet.h Accessor.h KeyWords.h \ + Scintilla.h WinDefs.h SciLexer.h LineMarker.o: LineMarker.cxx Platform.h Scintilla.h WinDefs.h \ LineMarker.h PlatGTK.o: PlatGTK.cxx Platform.h Scintilla.h ScintillaWidget.h WinDefs.h -- cgit v1.2.3