diff options
| author | nyamatongwe <devnull@localhost> | 2006-03-30 06:30:46 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2006-03-30 06:30:46 +0000 |
| commit | ae6c194e289ac9e01172a6b577554477b46960c6 (patch) | |
| tree | 103840b70f4e5580b2aa8e01b921239fd290114f /win32/makefile | |
| parent | b3e587375a45a543ed75bd56e55d1d1c57a133d2 (diff) | |
| download | scintilla-mirror-ae6c194e289ac9e01172a6b577554477b46960c6.tar.gz | |
Support for Spice language added by Fabien Proriol.
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 6891b718a..203102312 100644 --- a/win32/makefile +++ b/win32/makefile @@ -58,8 +58,8 @@ 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 LexOpal.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 LexTCL.o LexTeX.o LexVB.o LexVerilog.o \ -LexVHDL.o LexYAML.o +LexSpecman.o LexSpice.o LexSQL.o LexTADS3.o LexTCL.o LexTeX.o LexVB.o \ +LexVerilog.o LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section SOBJS = ScintillaWin.o ScintillaBase.o Editor.o CharClassify.o Document.o \ |
