aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2008-12-13 10:39:28 +0000
committernyamatongwe <devnull@localhost>2008-12-13 10:39:28 +0000
commit7a51288e4e946ec95938208be9e1ab5833d5b50c (patch)
tree219157340eb8e36d181226e741ff9d0c47ea0a43 /gtk/scintilla.mak
parent9e6797feec6b4476c165d463efbf8a1500ccb016 (diff)
downloadscintilla-mirror-7a51288e4e946ec95938208be9e1ab5833d5b50c.tar.gz
Lexer added for SORCUS Installation files.
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 3a010fd2b..20d82d334 100644
--- a/gtk/scintilla.mak
+++ b/gtk/scintilla.mak
@@ -204,6 +204,7 @@ LEXOBJS=\
$(DIR_O)\LexRuby.obj \
$(DIR_O)\LexScriptol.obj \
$(DIR_O)\LexSmalltalk.obj \
+ $(DIR_O)\LexSorcus.obj \
$(DIR_O)\LexSpecman.obj \
$(DIR_O)\LexSpice.obj \
$(DIR_O)\LexSQL.obj \
@@ -480,6 +481,8 @@ $(DIR_O)\LexScriptol.obj: ..\src\LexScriptol.cxx $(LEX_HEADERS)
$(DIR_O)\LexSmalltalk.obj: ..\src\LexSmalltalk.cxx $(LEX_HEADERS)
+$(DIR_O)\LexSorcus.obj: ..\src\LexSorcus.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexSpecman.obj: ..\src\LexSpecman.cxx $(LEX_HEADERS)
$(DIR_O)\LexSpice.obj: ..\src\LexSpice.cxx $(LEX_HEADERS)