aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-11-03 04:12:29 +0000
committernyamatongwe <unknown>2000-11-03 04:12:29 +0000
commit110ed1eaae1ecdce22f6a54b64077bbe1c6cd506 (patch)
tree694526f14845225c4dc1806d3a76bc4ab0db213c
parentb761b97d75d1753a3f1bb823ad1fbf20ad0a78d4 (diff)
downloadscintilla-mirror-110ed1eaae1ecdce22f6a54b64077bbe1c6cd506.tar.gz
Added LexConf.
-rw-r--r--gtk/makefile4
1 files changed, 3 insertions, 1 deletions
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