aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/makefile
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-12-05 23:56:15 +0000
committernyamatongwe <unknown>2001-12-05 23:56:15 +0000
commite1eeb94e070aed1d7154cf0739af4d8665dee11d (patch)
tree5630a184b8f97542f52b6df3fcad9e6ac142dd9f /gtk/makefile
parent4f452c0bc1cdb524d74527f91e5a14efd92add7d (diff)
downloadscintilla-mirror-e1eeb94e070aed1d7154cf0739af4d8665dee11d.tar.gz
Added LexBaan.
Diffstat (limited to 'gtk/makefile')
-rw-r--r--gtk/makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/makefile b/gtk/makefile
index 860408596..877b3318d 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -25,9 +25,9 @@ endif
.cxx.o:
$(CC) `gtk-config --cflags` $(CXXFLAGS) -c $<
-LEXOBJS=LexAda.o LexAVE.o LexBullant.o LexConf.o LexCPP.o LexCrontab.o \
- LexEiffel.o LexHTML.o LexLisp.o LexLua.o LexOthers.o LexPascal.o LexPerl.o \
- LexPython.o LexRuby.o LexSQL.o LexVB.o
+LEXOBJS=LexAda.o LexAVE.o LexBaan.o LexBullant.o LexConf.o LexCPP.o \
+ LexCrontab.o LexEiffel.o LexHTML.o LexLisp.o LexLua.o LexOthers.o \
+ LexPascal.o LexPerl.o LexPython.o LexRuby.o LexSQL.o LexVB.o
# The LEXOBJS have to be treated specially as the functions in them are not called from external code