From faae89475681feb4e4724e1b0d1e59f0a065ffd7 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 21 Jul 2002 01:54:29 +0000 Subject: Added Scriptol language. --- win32/makefile | 2 +- win32/scintilla.mak | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'win32') diff --git a/win32/makefile b/win32/makefile index 0a7b5203b..b32d673b7 100644 --- a/win32/makefile +++ b/win32/makefile @@ -42,7 +42,7 @@ deps: LEXOBJS=\ LexAda.o LexAVE.o LexBaan.o LexBullant.o LexConf.o LexCPP.o LexCrontab.o \ LexEiffel.o LexHTML.o LexLisp.o LexLua.o LexMatlab.o LexOthers.o LexPascal.o \ -LexPerl.o LexPython.o LexRuby.o LexSQL.o LexVB.o +LexPerl.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o LexVB.o #--Autogenerated -- end of automatically generated section SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ diff --git a/win32/scintilla.mak b/win32/scintilla.mak index 5b9b5b8a5..f40026b59 100644 --- a/win32/scintilla.mak +++ b/win32/scintilla.mak @@ -124,6 +124,7 @@ LEXOBJS=\ $(DIR_O)\LexPerl.obj \ $(DIR_O)\LexPython.obj \ $(DIR_O)\LexRuby.obj \ + $(DIR_O)\LexScriptol.obj \ $(DIR_O)\LexSQL.obj \ $(DIR_O)\LexVB.obj \ @@ -268,6 +269,8 @@ $(DIR_O)\LexPython.obj: ..\src\LexPython.cxx $(LEX_HEADERS) $(DIR_O)\LexRuby.obj: ..\src\LexRuby.cxx $(LEX_HEADERS) +$(DIR_O)\LexScriptol.obj: ..\src\LexScriptol.cxx $(LEX_HEADERS) + $(DIR_O)\LexSQL.obj: ..\src\LexSQL.cxx $(LEX_HEADERS) $(DIR_O)\LexVB.obj: ..\src\LexVB.cxx $(LEX_HEADERS) -- cgit v1.2.3