diff options
| author | nyamatongwe <devnull@localhost> | 2006-01-28 22:03:42 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-01-28 22:03:42 +0000 |
| commit | c633b981bfa18f6bc133cf82c64f4c540905e81f (patch) | |
| tree | 60bd9b1962f048a264d6746f552a88ea759cc73d /gtk/makefile | |
| parent | 464dae4d5205dae1743d6552f05c796df32349ea (diff) | |
| download | scintilla-mirror-c633b981bfa18f6bc133cf82c64f4c540905e81f.tar.gz | |
Added Inno Setup lexer from Friedrich Vedder.
Removed comment saying GrabFocus is GTK+ specific.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gtk/makefile b/gtk/makefile index 4c92f113d..a3372d88a 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -66,11 +66,12 @@ LEXOBJS=\ LexAda.o LexAPDL.o LexAsm.o LexAsn1.o LexAU3.o LexAVE.o LexBaan.o LexBash.o \ LexBasic.o LexBullant.o LexCaml.o LexCLW.o LexConf.o LexCPP.o LexCrontab.o \ LexCsound.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexFlagship.o \ -LexForth.o LexFortran.o LexGui4Cli.o LexHaskell.o LexHTML.o LexKix.o LexLisp.o \ -LexLout.o LexLua.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o LexMSSQL.o \ -LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPOV.o LexPS.o \ -LexPython.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o LexSpecman.o \ -LexSQL.o LexTADS3.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o +LexForth.o LexFortran.o LexGui4Cli.o LexHaskell.o LexHTML.o LexInno.o LexKix.o \ +LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o \ +LexMSSQL.o LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPOV.o \ +LexPS.o LexPython.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o \ +LexSpecman.o LexSQL.o LexTADS3.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o \ +LexYAML.o #--Autogenerated -- end of automatically generated section all: $(COMPLIB) |
