aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-05-20 01:21:32 +0000
committernyamatongwe <unknown>2005-05-20 01:21:32 +0000
commitfed26cef120fdd739111ed2933986accee46f8b8 (patch)
treea840df3ae0f2f509c5ce8317eb6fdcc8f71198b5 /gtk/scintilla.mak
parent35caf72ef74bfdea17d0a47be4ce5957a46470e2 (diff)
downloadscintilla-mirror-fed26cef120fdd739111ed2933986accee46f8b8.tar.gz
Flagship / Clipper support from Randy Butler.
Diffstat (limited to 'gtk/scintilla.mak')
-rw-r--r--gtk/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak
index 682db1934..1590d0040 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -158,6 +158,7 @@ LEXOBJS=\
$(DIR_O)\LexEiffel.obj \
$(DIR_O)\LexErlang.obj \
$(DIR_O)\LexEScript.obj \
+ $(DIR_O)\LexFlagShip.obj \
$(DIR_O)\LexForth.obj \
$(DIR_O)\LexFortran.obj \
$(DIR_O)\LexGui4Cli.obj \
@@ -346,6 +347,8 @@ $(DIR_O)\LexErlang.obj: ..\src\LexErlang.cxx $(LEX_HEADERS)
$(DIR_O)\LexEScript.obj: ..\src\LexEScript.cxx $(LEX_HEADERS)
+$(DIR_O)\LexFlagShip.obj: ..\src\LexFlagShip.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexForth.obj: ..\src\LexForth.cxx $(LEX_HEADERS)
$(DIR_O)\LexFortran.obj: ..\src\LexFortran.cxx $(LEX_HEADERS)