diff options
| author | nyamatongwe <unknown> | 2001-09-29 10:45:32 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2001-09-29 10:45:32 +0000 |
| commit | 441083e8429701c2edc077406db606d7a6f8e132 (patch) | |
| tree | 899f3eb72ba83e00c76c0f5ad0a5faa78d6ff859 /gtk/makefile | |
| parent | 6ca983d935c1741bedf5f0084fec38f71eaa32ec (diff) | |
| download | scintilla-mirror-441083e8429701c2edc077406db606d7a6f8e132.tar.gz | |
Bullant lexer added.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 4 |
1 files changed, 2 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 |
