diff options
| author | nyamatongwe <devnull@localhost> | 2004-03-01 10:01:02 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2004-03-01 10:01:02 +0000 |
| commit | 4380ab3d8c20ac5bc1cacd88d73d4f1156363d4c (patch) | |
| tree | 7f398add2cfa80b4c53229ce4fb30994d593c6e8 /gtk/makefile | |
| parent | c02fb4a4391876d5f86bfcf3145a47ffc6c995bc (diff) | |
| download | scintilla-mirror-4380ab3d8c20ac5bc1cacd88d73d4f1156363d4c.tar.gz | |
Specman language support.
Diffstat (limited to 'gtk/makefile')
| -rw-r--r-- | gtk/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/makefile b/gtk/makefile index 40e9a64d5..fd8eb0f76 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -63,7 +63,8 @@ LexCrontab.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexForth.o \ LexFortran.o LexGui4Cli.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 \ -LexRuby.o LexScriptol.o LexSQL.o LexTeX.o LexVB.o LexVerilog.o LexYAML.o +LexRuby.o LexScriptol.o LexSpecman.o LexSQL.o LexTeX.o LexVB.o LexVerilog.o \ +LexYAML.o #--Autogenerated -- end of automatically generated section all: $(COMPLIB) |
