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 | 5ed1159dc14f6d1b4889f0be04b6c2d5ddf86c9e (patch) | |
| tree | f14e5936ce66311767211ac8b4283c503b6f3dfc /win32/makefile | |
| parent | fe2acb94f7fb61673ba265687de9a2c941dc8374 (diff) | |
| download | scintilla-mirror-5ed1159dc14f6d1b4889f0be04b6c2d5ddf86c9e.tar.gz | |
Specman language support.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index 77e785993..8dbcf958a 100644 --- a/win32/makefile +++ b/win32/makefile @@ -55,7 +55,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 SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ |
