diff options
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) |