aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2004-02-22 00:41:24 +0000
committernyamatongwe <unknown>2004-02-22 00:41:24 +0000
commit81d49aeb376b7ccabb5efdd5f797436bb7f45b9d (patch)
tree6a3d3dce33cc24510a2b3e1abc5d8b5d97732f27 /win32/scintilla.mak
parentb3e62d5cd400a23424ee71ae1bb7d181e67b0c5b (diff)
downloadscintilla-mirror-81d49aeb376b7ccabb5efdd5f797436bb7f45b9d.tar.gz
Gui4Cli and Kix lexers.
Diffstat (limited to 'win32/scintilla.mak')
-rw-r--r--win32/scintilla.mak3
1 files changed, 3 insertions, 0 deletions
diff --git a/win32/scintilla.mak b/win32/scintilla.mak
index df2571db6..73be8d256 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -124,6 +124,7 @@ LEXOBJS=\
$(DIR_O)\LexEScript.obj \
$(DIR_O)\LexForth.obj \
$(DIR_O)\LexFortran.obj \
+ $(DIR_O)\LexGui4Cli.obj \
$(DIR_O)\LexHTML.obj \
$(DIR_O)\LexKix.obj \
$(DIR_O)\LexLisp.obj \
@@ -288,6 +289,8 @@ $(DIR_O)\LexForth.obj: ..\src\LexForth.cxx $(LEX_HEADERS)
$(DIR_O)\LexFortran.obj: ..\src\LexFortran.cxx $(LEX_HEADERS)
+$(DIR_O)\LexGui4Cli.obj: ..\src\LexGui4Cli.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexHTML.obj: ..\src\LexHTML.cxx $(LEX_HEADERS)
$(DIR_O)\LexKix.obj: ..\src\LexKix.cxx $(LEX_HEADERS)