diff options
| author | nyamatongwe <devnull@localhost> | 2003-08-10 10:55:53 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2003-08-10 10:55:53 +0000 |
| commit | 6d7d0d89e22e8bfed3396f1a1f81f7eccdb3e712 (patch) | |
| tree | a35cffcbab68b85a466fde203b036c3cd131ba50 /win32/makefile | |
| parent | a2f15082a62e265b6066bab2e84c2fb55c3d8c5a (diff) | |
| download | scintilla-mirror-6d7d0d89e22e8bfed3396f1a1f81f7eccdb3e712.tar.gz | |
Added MMIX lexer by Christoph Hösler.
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 ad72d5e80..e3aca03d9 100644 --- a/win32/makefile +++ b/win32/makefile @@ -48,9 +48,9 @@ deps: LEXOBJS=\ LexAda.o LexAsm.o LexAVE.o LexBaan.o LexBullant.o LexConf.o LexCPP.o \ LexCrontab.o LexCSS.o LexEiffel.o LexEScript.o LexFortran.o LexHTML.o \ -LexLisp.o LexLout.o LexLua.o LexMatlab.o LexNsis.o LexOthers.o LexPascal.o \ -LexPerl.o LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o LexSQL.o \ -LexVB.o +LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMMIXAL.o LexNsis.o LexOthers.o \ +LexPascal.o LexPerl.o LexPOV.o LexPS.o LexPython.o LexRuby.o LexScriptol.o \ +LexSQL.o LexVB.o #--Autogenerated -- end of automatically generated section SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ |
