diff options
| author | nyamatongwe <unknown> | 2005-05-04 12:03:52 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2005-05-04 12:03:52 +0000 |
| commit | 7a48e592e7cdc7b751178ffec475ff3c6acdd23c (patch) | |
| tree | a0222074f509183a6d7ae8dfd7b941366f3b4a42 /win32/makefile | |
| parent | bca12c46d1aeeffc8002defa1b622d939b6dfa24 (diff) | |
| download | scintilla-mirror-7a48e592e7cdc7b751178ffec475ff3c6acdd23c.tar.gz | |
Smalltalk support added by Sergey Philippov.
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 258d44140..e1f0f8f4c 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 \ -LexRebol.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 LexSmalltalk.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 \ |
