aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk
diff options
context:
space:
mode:
Diffstat (limited to 'gtk')
-rw-r--r--gtk/makefile4
-rw-r--r--gtk/scintilla.mak3
2 files changed, 5 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile
index f70a54d9b..860408596 100644
--- a/gtk/makefile
+++ b/gtk/makefile
@@ -25,8 +25,8 @@ endif
.cxx.o:
$(CC) `gtk-config --cflags` $(CXXFLAGS) -c $<
-LEXOBJS=LexAda.o LexAVE.o LexConf.o LexCPP.o LexCrontab.o LexEiffel.o LexHTML.o \
- LexLisp.o LexLua.o LexOthers.o LexPascal.o LexPerl.o \
+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
# The LEXOBJS have to be treated specially as the functions in them are not called from external code
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index 970501e98..197bdec1a 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -118,6 +118,7 @@ SOBJS=\
LEXOBJS=\
$(DIR_O)\LexAda.obj \
$(DIR_O)\LexAVE.obj \
+ $(DIR_O)\LexBullant.obj \
$(DIR_O)\LexConf.obj \
$(DIR_O)\LexCPP.obj \
$(DIR_O)\LexCrontab.obj \
@@ -239,6 +240,8 @@ $(DIR_O)\LexAda.obj: ..\src\LexAda.cxx $(LEX_HEADERS)
$(DIR_O)\LexAVE.obj: ..\src\LexAVE.cxx $(LEX_HEADERS)
+$(DIR_O)\LexBullant.obj: ..\src\LexBullant.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexConf.obj: ..\src\LexConf.cxx $(LEX_HEADERS)
$(DIR_O)\LexCPP.obj: ..\src\LexCPP.cxx $(LEX_HEADERS)