aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-12-13 10:39:28 +0000
committernyamatongwe <unknown>2008-12-13 10:39:28 +0000
commit5d66605fc796320ed2915a4c319cda9abfb1dee1 (patch)
tree219157340eb8e36d181226e741ff9d0c47ea0a43 /win32/scintilla.mak
parentfbe9c718917c5170f481b2cc60bea723c6df0f8a (diff)
downloadscintilla-mirror-5d66605fc796320ed2915a4c319cda9abfb1dee1.tar.gz
Lexer added for SORCUS Installation files.
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 86371ae9c..6edc26c20 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -174,6 +174,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 \
@@ -431,6 +432,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)