diff options
| author | nyamatongwe <devnull@localhost> | 2008-12-13 10:39:28 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2008-12-13 10:39:28 +0000 |
| commit | 7a51288e4e946ec95938208be9e1ab5833d5b50c (patch) | |
| tree | 219157340eb8e36d181226e741ff9d0c47ea0a43 /win32/makefile | |
| parent | 9e6797feec6b4476c165d463efbf8a1500ccb016 (diff) | |
| download | scintilla-mirror-7a51288e4e946ec95938208be9e1ab5833d5b50c.tar.gz | |
Lexer added for SORCUS Installation files.
Diffstat (limited to 'win32/makefile')
| -rw-r--r-- | win32/makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/win32/makefile b/win32/makefile index 02e9037b2..adb48fdf4 100644 --- a/win32/makefile +++ b/win32/makefile @@ -59,9 +59,9 @@ LexGAP.o LexGui4Cli.o LexHaskell.o LexHTML.o LexInno.o LexKix.o LexLisp.o \ LexLout.o LexLua.o LexMagik.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o \ LexMSSQL.o LexMySQL.o LexNsis.o LexOpal.o LexOthers.o LexPascal.o LexPB.o \ LexPerl.o LexPLM.o LexPOV.o LexPowerShell.o LexProgress.o LexPS.o LexPython.o \ -LexR.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o LexSpecman.o \ -LexSpice.o LexSQL.o LexTACL.o LexTADS3.o LexTAL.o LexTCL.o LexTeX.o LexVB.o \ -LexVerilog.o LexVHDL.o LexYAML.o +LexR.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o LexSorcus.o \ +LexSpecman.o LexSpice.o LexSQL.o LexTACL.o LexTADS3.o LexTAL.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 Decoration.o \ |
