diff options
| author | nyamatongwe <unknown> | 2003-03-17 09:07:24 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2003-03-17 09:07:24 +0000 |
| commit | 19f22fc977ccb6c5b2a802ddb1fa1d63bdf0c37e (patch) | |
| tree | 2dd6caae32c28b230a5e02850ef3c7d544dbf896 /gtk | |
| parent | 7c0fd4b35c851e39842b9187a62ce785cdcab605 (diff) | |
| download | scintilla-mirror-19f22fc977ccb6c5b2a802ddb1fa1d63bdf0c37e.tar.gz | |
Added POV-Ray lexer by Steven te Brinke.
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 95105514b..19e64ca9e 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -44,8 +44,8 @@ endif LEXOBJS=\ LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexConf.o LexCPP.o \ LexCrontab.o LexCSS.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 +LexMatlab.o LexOthers.o LexPascal.o LexPerl.o LexPOV.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 5d80cfdb8..b851173d8 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -137,6 +137,7 @@ LEXOBJS=\ $(DIR_O)\LexOthers.obj \ $(DIR_O)\LexPascal.obj \ $(DIR_O)\LexPerl.obj \ + $(DIR_O)\LexPOV.obj \ $(DIR_O)\LexPython.obj \ $(DIR_O)\LexRuby.obj \ $(DIR_O)\LexSQL.obj \ @@ -286,6 +287,8 @@ $(DIR_O)\LexPascal.obj: ..\src\LexPascal.cxx $(LEX_HEADERS) $(DIR_O)\LexPerl.obj: ..\src\LexPerl.cxx $(LEX_HEADERS) +$(DIR_O)\LexPOV.obj: ..\src\LexPOV.cxx $(LEX_HEADERS) + $(DIR_O)\LexPython.obj: ..\src\LexPython.cxx $(LEX_HEADERS) $(DIR_O)\LexRuby.obj: ..\src\LexRuby.cxx $(LEX_HEADERS) |
