diff options
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/makefile | 5 | ||||
-rw-r--r-- | gtk/scintilla.mak | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gtk/makefile b/gtk/makefile index 703173939..71682024a 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -43,8 +43,9 @@ endif #**LEXOBJS=\\\n\(\*.o \) LEXOBJS=\ LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexConf.o LexCPP.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 +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 #--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 ed6ae7434..2b94d6bd5 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -126,6 +126,7 @@ LEXOBJS=\ $(DIR_O)\LexConf.obj \ $(DIR_O)\LexCPP.obj \ $(DIR_O)\LexCrontab.obj \ + $(DIR_O)\LexCSS.obj \ $(DIR_O)\LexEiffel.obj \ $(DIR_O)\LexFortran.obj \ $(DIR_O)\LexHTML.obj \ @@ -263,6 +264,8 @@ $(DIR_O)\LexCPP.obj: ..\src\LexCPP.cxx $(LEX_HEADERS) $(DIR_O)\LexCrontab.obj: ..\src\LexCrontab.cxx $(LEX_HEADERS) +$(DIR_O)\LexCSS.obj: ..\src\LexCSS.cxx $(LEX_HEADERS) + $(DIR_O)\LexEiffel.obj: ..\src\LexEiffel.cxx $(LEX_HEADERS) $(DIR_O)\LexFortran.obj: ..\src\LexFortran.cxx $(LEX_HEADERS) |