aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-02-06 01:13:56 +0000
committernyamatongwe <unknown>2005-02-06 01:13:56 +0000
commitdbba5f5ab521c75ea89599efb4b0b8564996a0b5 (patch)
tree5d8264130f10a41ee2df34438fcc36002c2c9471 /gtk/scintilla.mak
parent90dbd534b1802c01989010c417ad81b29d731200 (diff)
downloadscintilla-mirror-dbba5f5ab521c75ea89599efb4b0b8564996a0b5.tar.gz
Removed BlitzBasic lexer as this will be incorporated into
main Basic lexer.
Diffstat (limited to 'gtk/scintilla.mak')
-rw-r--r--gtk/scintilla.mak3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index f3860127d..a1a536827 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -147,7 +147,6 @@ LEXOBJS=\
$(DIR_O)\LexAVE.obj \
$(DIR_O)\LexBaan.obj \
$(DIR_O)\LexBash.obj \
- $(DIR_O)\LexBB.obj \
$(DIR_O)\LexBullant.obj \
$(DIR_O)\LexCLW.obj \
$(DIR_O)\LexConf.obj \
@@ -319,8 +318,6 @@ $(DIR_O)\LexBaan.obj: ..\src\LexBaan.cxx $(LEX_HEADERS)
$(DIR_O)\LexBash.obj: ..\src\LexBash.cxx $(LEX_HEADERS)
-$(DIR_O)\LexBB.obj: ..\src\LexBB.cxx $(LEX_HEADERS)
-
$(DIR_O)\LexBullant.obj: ..\src\LexBullant.cxx $(LEX_HEADERS)
$(DIR_O)\LexCLW.obj: ..\src\LexCLW.cxx $(LEX_HEADERS)