diff options
| author | nyamatongwe <unknown> | 2002-10-08 01:52:09 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2002-10-08 01:52:09 +0000 |
| commit | cd3c42aa0d578b1307fabd4ee8879eb710959b77 (patch) | |
| tree | 2eac7e7f6500204936521febf94d3c387c67cb0f /gtk | |
| parent | ea3685f0c103ad8469959088a75ece739c75806a (diff) | |
| download | scintilla-mirror-cd3c42aa0d578b1307fabd4ee8879eb710959b77.tar.gz | |
New lexer for Fortran.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/makefile | 4 | ||||
| -rw-r--r-- | gtk/scintilla.mak | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile index 14b3819ad..cc262eb71 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -43,8 +43,8 @@ endif #**LEXOBJS=\\\n\(\*.o \) LEXOBJS=\ LexAda.o LexAsm.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 +LexCrontab.o LexEiffel.o LexFortran.o LexHTML.o LexLisp.o LexLua.o LexMatlab.o \ +LexOthers.o LexPascal.o LexPerl.o LexPython.o LexRuby.o LexSQL.o LexVB.o #--Autogenerated -- end of automatically generated section # The LEXOBJS have to be treated specially as the functions in them are not called from external code diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak index 96447587f..ed6ae7434 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -127,6 +127,7 @@ LEXOBJS=\ $(DIR_O)\LexCPP.obj \ $(DIR_O)\LexCrontab.obj \ $(DIR_O)\LexEiffel.obj \ + $(DIR_O)\LexFortran.obj \ $(DIR_O)\LexHTML.obj \ $(DIR_O)\LexLisp.obj \ $(DIR_O)\LexLua.obj \ @@ -264,6 +265,8 @@ $(DIR_O)\LexCrontab.obj: ..\src\LexCrontab.cxx $(LEX_HEADERS) $(DIR_O)\LexEiffel.obj: ..\src\LexEiffel.cxx $(LEX_HEADERS) +$(DIR_O)\LexFortran.obj: ..\src\LexFortran.cxx $(LEX_HEADERS) + $(DIR_O)\LexHTML.obj: ..\src\LexHTML.cxx $(LEX_HEADERS) $(DIR_O)\LexLisp.obj: ..\src\LexLisp.cxx $(LEX_HEADERS) |
