aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/scintilla.mak
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-11-04 10:03:57 +0000
committernyamatongwe <devnull@localhost>2007-11-04 10:03:57 +0000
commite43266f8d541ae4e348b527dc037703f376b224d (patch)
tree6761d169f8a95be7007458cc3e357e7f8be6b8c7 /win32/scintilla.mak
parentd9283cb7e54c227db82344ff13269ed2e3e5567e (diff)
downloadscintilla-mirror-e43266f8d541ae4e348b527dc037703f376b224d.tar.gz
Added support for 'R' language by Stephen Stagg.
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 8501e5505..cbd91ae27 100644
--- a/win32/scintilla.mak
+++ b/win32/scintilla.mak
@@ -165,6 +165,7 @@ LEXOBJS=\
$(DIR_O)\LexProgress.obj \
$(DIR_O)\LexPS.obj \
$(DIR_O)\LexPython.obj \
+ $(DIR_O)\LexR.obj \
$(DIR_O)\LexRebol.obj \
$(DIR_O)\LexRuby.obj \
$(DIR_O)\LexScriptol.obj \
@@ -406,6 +407,8 @@ $(DIR_O)\LexPS.obj: ..\src\LexPS.cxx $(LEX_HEADERS)
$(DIR_O)\LexPython.obj: ..\src\LexPython.cxx $(LEX_HEADERS)
+$(DIR_O)\LexR.obj: ..\src\LexR.cxx $(LEX_HEADERS)
+
$(DIR_O)\LexRebol.obj: ..\src\LexRebol.cxx $(LEX_HEADERS)
$(DIR_O)\LexRuby.obj: ..\src\LexRuby.cxx $(LEX_HEADERS)