diff options
| author | nyamatongwe <unknown> | 2005-04-09 03:20:30 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-04-09 03:20:30 +0000 |
| commit | 35f9e91489cb858fd78aa7e04db88b3eda46d4f4 (patch) | |
| tree | d0eee1334b9db79f67346f445322976f23ead645 /win32/makefile | |
| parent | 3431815cd0f1686d5bea88f3be8a3d419fc6dc79 (diff) | |
| download | scintilla-mirror-35f9e91489cb858fd78aa7e04db88b3eda46d4f4.tar.gz | |
TADS3 support from Michael Cartmell.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/makefile b/win32/makefile index abbb35150..e0786a2cf 100644 --- a/win32/makefile +++ b/win32/makefile @@ -57,8 +57,8 @@ LexCSS.o LexEiffel.o LexErlang.o LexEScript.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 \ -LexRuby.o LexScriptol.o LexSpecman.o LexSQL.o LexTeX.o LexVB.o LexVerilog.o \ -LexVHDL.o LexYAML.o +LexRuby.o LexScriptol.o LexSpecman.o LexSQL.o LexTADS3.o LexTeX.o LexVB.o \ +LexVerilog.o LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ |
