diff options
| author | nyamatongwe <unknown> | 2005-04-13 04:32:43 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-04-13 04:32:43 +0000 |
| commit | 18059b2eeba34311c7c04c9227c0dcaee790e875 (patch) | |
| tree | ba9e35e4f1fecf70f0f65cf463517e7e1b1442d1 /win32/makefile | |
| parent | c29a3759345b6206b2dfc23e73033247ecc99d8a (diff) | |
| download | scintilla-mirror-18059b2eeba34311c7c04c9227c0dcaee790e875.tar.gz | |
Support for Rebol by Pascal Hurni.
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 e0786a2cf..258d44140 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 LexTADS3.o LexTeX.o LexVB.o \ -LexVerilog.o LexVHDL.o LexYAML.o +LexRebol.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 \ |
