diff options
| author | nyamatongwe <unknown> | 2004-03-01 10:01:02 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2004-03-01 10:01:02 +0000 |
| commit | ae367c5a7aa65ba0b2cd10d1546c1e549115c4df (patch) | |
| tree | f14e5936ce66311767211ac8b4283c503b6f3dfc /win32/makefile | |
| parent | d1bee6f13188e13295e8207565146ffe3f4618c6 (diff) | |
| download | scintilla-mirror-ae367c5a7aa65ba0b2cd10d1546c1e549115c4df.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 \ |
